lmdbjava / benchmarksLinks
Benchmark of open source, embedded, memory-mapped, key-value stores available from Java (JMH)
☆142Updated 2 years ago
Alternatives and similar repositories for benchmarks
Users that are interested in benchmarks are comparing it to the libraries listed below
Sorting:
- Java port of a concurrent trie hash map implementation from the Scala collections library☆153Updated 4 years ago
- Java Hashing, CRC and Checksum Benchmark (JMH)☆68Updated 4 years ago
- High performance native memory access for Java.☆126Updated 3 months ago
- A hashmap implementation for Java that stores map entries off-heap☆71Updated 5 years ago
- A Mavenized fork of http://high-scale-lib.sourceforge.net/☆162Updated last year
- Tools to work with off-heap memory using sun.misc.Unsafe☆136Updated 8 years ago
- Offheap Java POJOs with guaranteed memory alignment☆190Updated 12 years ago
- Huge Collections for Java using efficient off heap storage☆275Updated 10 years ago
- A library that provides a set of map and cache implementations that store data outside of the normal Java heap☆96Updated 7 months ago
- HashMap performance tests from java-performance.info☆99Updated 4 years ago
- Raft distributed consensus protocol in Java☆103Updated 9 years ago
- HPPC-RT, fork of CarrotSearch's for Realtime☆87Updated 6 years ago
- LMDB for Java