RobAustin / low-latency-primitive-concurrent-queuesLinks
Low latency, lock free, primitive bounded blocking queues backed by an primitive arrays such as an int[]. These classes mimic the interface of BlockingQueue, they work with primitive rather than Objects so are unable to actually implement the BlockingQueue. They take advantage of the Unsafe.putOrdered<X>, which allows the creation of non-blockin…
☆69Updated 5 years ago
Alternatives and similar repositories for low-latency-primitive-concurrent-queues
Users that are interested in low-latency-primitive-concurrent-queues are comparing it to the libraries listed below
Sorting:
- ☆85Updated this week
- Multi-Threaded Time Series library☆59Updated 7 years ago
- A High Performance Network ( TCP/IP ) Library☆252Updated 2 years ago
- ☆111Updated last week
- HFT meets Blockchain in Java platform☆59Updated 7 years ago
- Single-threaded off-heap object store☆49Updated 3 years ago
- Low-latency java socket implementation (using shared memory)☆114Updated 6 years ago
- JEP with off heap support to replace portions of Unsafe and other sun.* methods.☆42Updated 11 years ago
- ☆192Updated last week
- A sub microsecond java logger, supporting standard logging APIs such as Slf & Log4J☆233Updated this week
- A hashmap implementation for Java that stores map entries off-heap☆73Updated 5 years ago
- hp low latency reliable multicast messaging☆126Updated 10 years ago
- Byte-code generator to create Disruptor-backed proxies☆103Updated last year
- Multiple readers and writers concurrency tests.☆128Updated 9 years ago
- Java port of a concurrent trie hash map implementation from the Scala collections library☆153Updated 5 years ago
- A java.util.HashMap compatible map that won't stall puts or gets when resizing☆151Updated 3 years ago
- Workshop Examples☆57Updated 8 years ago
- Tools to work with off-heap memory using sun.misc.Unsafe☆136Updated 8 years ago
- Low-latency WebSocket Server☆75Updated last year
- FIX Protocol Support for Netty☆105Updated last week
- Latency benchmarks for messaging☆122Updated last week
- Java Language support☆285Updated 2 years ago
- Useful Java utilities☆152Updated last year
- Networking and buffer APIs and implementations for use in Copycat and Atomix☆52Updated 8 years ago
- A Mavenized fork of http://high-scale-lib.sourceforge.net/☆163Updated 2 years ago
- Sample programs for Chronicle Queue☆78Updated last week
- A reactive driver for Aeron transport (https://github.com/real-logic/aeron)☆50Updated 11 months ago
- A fast key-value store written in Java that outperforms levelDB, kyoto cabinet and rocksDB☆56Updated 3 years ago
- A ping utility to baseline Java socket performance expectations.☆52Updated 10 years ago
- High performance native memory access for Java.☆128Updated 8 months ago