Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

hash Directory Reference


Files

file  compute.h [code]
file  H3HashFunction.h [code]
file  itemtables.h [code]
 Hash tables for items of known sizes, right now only ItemTableSingle.
file  StreamHasher.h [code]
file  tables.h [code]
 Basis for hash tables.
file  TinyTable.h [code]
 This is a template for tiny hash tables that are:
  • tiny
  • allocated on the stack
  • very fast
  • not resizable
  • bounded in the number of elements they can accept when instantiated
  • able to store only void* or uint32_t The trick is to allocate on the stack a int[something] and instantiate TinyTable with this int[.


Generated on Fri Jun 30 00:03:00 2006 for Module hash by  doxygen 1.4.2