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

Method BOHMap

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

Create a new binary off-heap hash map with the specified number of partitions. Assuming a uniform distribution of key hashes each partition will contain approximately an equal share of entries. The number of partitions should be scaled with tne number of expected map entries, in order to maintain e

(int partitionCount)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

getUnsafeMethod · 0.95
allocateMethod · 0.95

Tested by

no test coverage detected