Show
Ignore:
Timestamp:
03/08/10 14:30:24 (6 months ago)
Author:
plasmahh
Message:
  • notes
Files:
1 modified

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 
    26 
    37