byronlai / lock-free-data-structuresLinks
Lock-free (Non-blocking) Data Structures in Java
☆13Updated 9 years ago
Alternatives and similar repositories for lock-free-data-structures
Users that are interested in lock-free-data-structures are comparing it to the libraries listed below
Sorting:
- Multiple readers and writers concurrency tests.☆127Updated 8 years ago
- A fast and space efficient Radix tree in Java☆126Updated 5 years ago
- Provides a simple in-memory POJO Multi Version Concurrency Control (MVCC) cache☆46Updated 11 years ago
- Persistent Memory library for pure Java☆25Updated last year
- Parallel boolean circuit evaluation☆21Updated 6 years ago
- Disruptor vs ForkJoinPool playground☆15Updated last year
- ByteBuffer collection classes for java and jvm-based languages.☆33Updated 7 years ago
- Java port of a concurrent trie hash map implementation from the Scala collections library☆29Updated 4 months ago
- simple rules engine☆91Updated 5 years ago
- Code Examples☆111Updated 8 years ago
- A comparison between Proteus RPC and other commonly used RPC frameworks☆24Updated 6 years ago
- 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
- HeapUseWatcher: A simple tracker of non-ephemeral heap use and live set☆41Updated 3 years ago
- JMH based benchmarks for testing Java performance☆11Updated 8 months ago
- Networking and buffer APIs and implementations for use in Copycat and Atomix☆52Updated 8 years ago
- AirConcurrentMap is a fast, memory efficient Java ConcurrentNavigableMap implementation☆32Updated 7 years ago
- A hashmap implementation for Java that stores map entries off-heap☆70Updated 5 years ago
- SamzaSQL: Streaming SQL implementation on top of Apache Samza and Apache Kafka☆29Updated 9 years ago
- Single-threaded off-heap object store☆46Updated 2 years ago
- Union, intersection, and set cardinality in loglog space☆57Updated 2 years ago
- Mem Ops for Java is a memory manager / allocator for use in systems requiring steady state memory consumption (as little garbage collecti…☆43Updated 4 years ago
- Production-ready Java implementation of the Xor Filter.☆17Updated 5 years ago
- Java Hashing, CRC and Checksum Benchmark (JMH)☆68Updated 4 years ago
- Moved to Apache Mnemonic (Incubator)☆20Updated 9 years ago
- New proposed API for buffers in Netty☆27Updated 2 years ago
- ☆13Updated 2 years ago
- A JMM Cookbook for Java Developers(as opposed to a cookbook for Compiler Writers)☆12Updated 11 years ago
- Code Examples☆78Updated 11 years ago
- Clash of threads in the JVM!☆42Updated 6 years ago
- Classes for multithreading that expand on java.util.concurrent, adding convenience, efficiency and new tools to multithreaded Java progra…☆47Updated 5 years ago