peter-lawrey / Java-Direct
JEP with off heap support to replace portions of Unsafe and other sun.* methods.
☆42Updated 11 years ago
Alternatives and similar repositories for Java-Direct:
Users that are interested in Java-Direct are comparing it to the libraries listed below
- Low latency, lock free, primitive bounded blocking queues backed by an primitive arrays such as an int[]. These classes mimic the interfa…☆67Updated 4 years ago
- ☆82Updated 5 months ago
- A hashmap implementation for Java that stores map entries off-heap☆70Updated 5 years ago
- ☆86Updated 7 years ago
- Multi-Threaded Time Series library☆60Updated 6 years ago
- Java implementation of the jump consistent hash☆31Updated 3 years ago
- A library that provides a set of map and cache implementations that store data outside of the normal Java heap☆93Updated 3 months ago
- Byte-code generator to create Disruptor-backed proxies☆97Updated 3 months ago
- Single-threaded off-heap object store☆45Updated 2 years ago
- Microbenchmarks for JVM code.☆14Updated 9 years ago
- A simple benchmark of some off heap solutions (BigMemory Go, MapDB, Java Chronicle...)☆23Updated 11 years ago
- Memory efficient java.util.Map implementation modelled after http://code.google.com/apis/v8/design.html☆62Updated last year
- HPPC-RT, fork of CarrotSearch's for Realtime☆87Updated 6 years ago
- JMH Benchmark tests☆18Updated 3 years ago
- Networking and buffer APIs and implementations for use in Copycat and Atomix☆52Updated 7 years ago
- Wraper around attach API and other JVM diagnostic interfaces☆33Updated 3 years ago
- Java Hashing, CRC and Checksum Benchmark (JMH)☆68Updated 4 years ago
- Huge Collections for Java using efficient off heap storage☆274Updated 10 years ago
- A fast key-value store written in Java that outperforms levelDB, kyoto cabinet and rocksDB☆53Updated 2 years ago
- ☆107Updated last month
- Building blocks for asynchronous Java processing inspired by Twisted's API.