Readonly Set and Map that use a MappedByteBuffer to load quickly and use minimal Java Heap.
Maven pom.xml snippet to use this library:
<dependency>
<groupId>com.github.scr</groupId>
<artifactId>memory-mapped-hashmap</artifactId>
<version>1.0.0</version>
</dependency>