Skip to content

Readonly Set and Map that use a MappedByteBuffer to load quickly and use minimal Java Heap.

License

Notifications You must be signed in to change notification settings

scr/memory-mapped-hashmap

Repository files navigation

memory-mapped-hashmap

Readonly Set and Map that use a MappedByteBuffer to load quickly and use minimal Java Heap.

Build Status

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>

About

Readonly Set and Map that use a MappedByteBuffer to load quickly and use minimal Java Heap.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages