06786c34d7
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. |
||
---|---|---|
.. | ||
box2.h | ||
matrix3x3.h | ||
util.h | ||
vector2d.h | ||
vector3.h |