reines / persistenthashmapLinks
A disk-based HashMap implementation allowing persistence of data across sessions.
☆14Updated 11 years ago
Alternatives and similar repositories for persistenthashmap
Users that are interested in persistenthashmap are comparing it to the libraries listed below
Sorting:
- Java implementation of the Sparkey key value store☆123Updated 2 weeks ago
- Low latency, lock free, primitive bounded blocking queues backed by an primitive arrays such as an int[]. These classes mimic the interfa…☆69Updated 5 years ago
- Java port of a concurrent trie hash map implementation from the Scala collections library☆152Updated 5 years ago
- A library of tools to assist with safe concurrent java development. Providing unique priority based thread pools, and ways to distrbute …☆222Updated 2 years ago
- Low-latency java socket implementation (using shared memory)☆113Updated 6 years ago
- A hashmap implementation for Java that stores map entries off-heap☆73Updated 5 years ago
- B+-tree in java that stores to disk using memory mapped files, supports range queries and duplicate keys☆50Updated last month
- A simple benchmark of some off heap solutions (BigMemory Go, MapDB, Java Chronicle...)☆23Updated 12 years ago
- Byte-code generator to create Disruptor-backed proxies☆103Updated 11 months ago
- Java port of a concurrent trie hash map implementation from the Scala collections library☆29Updated 11 months ago
- Upgradable read-write locks for Java☆84Updated 8 years ago
- A simple java disk backed map☆29Updated 14 years ago
- Useful Java utilities☆152Updated last year
- A fast and space efficient Radix tree in Java☆129Updated 5 years ago
- Multiple readers and writers concurrency tests.☆128Updated 9 years ago
- A generic compact Trie implementation in Java. Built for high-performance applications.☆47Updated 5 years ago
- Single-threaded off-heap object store☆49Updated 2 years ago
- Provides off-heap storage for in-memory datagrid build in Turkey☆52Updated 10 years ago
- High performance native memory access for Java.☆127Updated 7 months ago
- Benchmark of open source, embedded, memory-mapped, key-value stores available from Java (JMH)☆143Updated last month
- A java.util.HashMap compatible map that won't stall puts or gets when resizing☆151Updated 3 years ago
- Direct memory storage for java☆15Updated 14 years ago
- Provides a simple in-memory POJO Multi Version Concurrency Control (MVCC) cache☆47Updated 12 years ago
- Production-ready Java implementation of the Xor Filter.☆18Updated 5 years ago
- JEP with off heap support to replace portions of Unsafe and other sun.* methods.☆42Updated 11 years ago
- Hugecast - The Off-Heap Storage for Hazelcast☆22Updated 12 years ago
- Tools to work with off-heap memory using sun.misc.Unsafe☆136Updated 8 years ago
- Actor library for Java to support concurrency and asynchronous event-driven programming.☆80Updated 7 years ago
- A library that provides a set of map and cache implementations that store data outside of the normal Java heap☆100Updated 11 months ago
- Experimental: Multi-producer Single-consumer Queue☆12Updated 13 years ago