Changeset 3143
- Timestamp:
- 03/08/10 14:30:24 (5 months ago)
- Files:
-
- 1 modified
-
trunk/containers/include/hash_table.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/containers/include/hash_table.h
r3142 r3143 1 1 // NOtes: 2 // might want to use horner scheme for string or string-like hashing, for that 3 // the hash must get the size of the table, and we have to provide security 4 // measures against wrong rehashing when resizing the table. 5 // also look at brent-hashing to improve open addressing schemes 2 6 3 7
