mvn clean package
./run-hash-map.sh
- set <key> <value>
- get <key>
- delete <key>
- load
- Collision resolution using double hashing, doesn't ensure insertion above load factor of 0.7
- Static size
- Use tombstones for deletion
mvn clean package
./run-hash-map.sh