- Good error handling
- Plug and play design
- Guarrented O(1) lookup.
- This hashmap holds middle ground of robin hood and open-addressing
- No heavy C dependency.
- Almost production ready but is vulnerable to key collision attacks.
- Doesn't ensures O(1) insertion
- Lacks in enumeration of the hashmap.
- Add disk persistence.
- Add a better hash function with hidden seed.