Browse Source
The hash table for integer hashes is extremely limited and places most elements in the same buckets. This leads to a linear search time for structures built on this. This blocks hashes, directing the coder to utilize std::set or std::map structures instead of hash tables for implementing integer-based lookups.7.0
9 changed files with 19 additions and 44 deletions
Loading…
Reference in new issue