Skip to content
  • Mark Olesen's avatar
    HashTable changes · a46c85f5
    Mark Olesen authored
    - make table power-of-two, but since it seems to give 1-2% performance
      improvement, maybe forget it too.
    
    - remove two-argument form of hashing classes and do the modulus direclty
      within HashTable instead. This simplifies things a fair bit.
    
    - migrate Hash<void*> from db/dlLibrary to primitives/hashes/Hash
    a46c85f5