Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* reduce the size implication case of collision: moving to just a pointer (Box) on the Entry type, as the case happens rarely * reduce the size of normal Node to 20 bytes (without padding) * allow storage control of K/V directly to prevent boxing of primitives type
- Loading branch information