Name: Anonymous 2010-06-01 21:26
Anyone got a suggestion for a efficient way to store a bunch of numbers (bytes), with the key being a byte? Using C#
Dictionary is implemented, but I always thought that it involved a tree.Hashtable class; but I believe that it doesn't really have O(1) lookup.