MCPcopy Create free account
hub / github.com/cfelde/BinaryOffheapHashMap / BOHMap

Class BOHMap

src/main/java/com/cfelde/bohmap/BOHMap.java:66–1255  ·  view source on GitHub ↗

Uses off-heap memory (i.e., memory not managed by GC) to store binary keys and values. The internal memory structure is as follows: A set of partitions (like in a hash map) are used where map entries are mapped to one of these. The number of partitions are specified at map construction, and should

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected