Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hashmap: increase hashing speed with integer or string keys
TypeInfo.getHash is a virtual function call that is opaque to current D compilers. Directly using object.hashOf is faster.
- Loading branch information