Replacing HashMap with Off-Heap HashMap in Java?
Implementing a simple read only HashMap stored off-heap in Java and benchmarking it against java.util.HashMap!
Implementing a simple read only HashMap stored off-heap in Java and benchmarking it against java.util.HashMap!
An attempt to replace HashSet with sorted array and binary search for memory optimization. Including off-heap storage.