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 4 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:
- ☆83Updated last month
- Multi-Threaded Time Series library☆61Updated 7 years ago
- ☆109Updated last month
- A High Performance Network ( TCP/IP ) Library☆250Updated 2 years ago
- HFT meets Blockchain in Java platform☆61Updated 7 years ago
- Single-threaded off-heap object store☆48Updated 2 years ago
- Byte-code generator to create Disruptor-backed proxies☆103Updated 7 months ago
- ☆188Updated last month
- Workshop Examples☆57Updated 7 years ago
- Low-latency java socket implementation (using shared memory)☆113Updated 5 years ago
- JEP with off heap support to replace portions of Unsafe and other sun.* methods.☆42Updated 11 years ago
- A java.util.HashMap compatible map that won't stall puts or gets when resizing☆152Updated 2 years ago
- Java port of a concurrent trie hash map implementation from the Scala collections library☆153Updated 4 years ago
- A sub microsecond java logger, supporting standard logging APIs such as Slf & Log4J☆231Updated last month
- Multiple readers and writers concurrency tests.☆128Updated 8 years ago
- Low-latency WebSocket Server☆74Updated last year
- Tools to work with off-heap memory using sun.misc.Unsafe☆136Updated 8 years ago
- A hashmap implementation for Java that stores map entries off-heap☆71Updated 5 years ago
- Java Hashing, CRC and Checksum Benchmark (JMH)☆68Updated 4 years ago
- hp low latency reliable multicast messaging☆123Updated 9 years ago
- A utility for monitoring UDP message-processing☆54Updated 7 years ago
- Direct memory storage for java☆15Updated 14 years ago
- Latency benchmarks for messaging☆121Updated last week
- Code Examples☆111Updated 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
- High performance native memory access for Java.☆126Updated 3 months ago
- FIX Protocol Support for Netty☆107Updated this week
- A Mavenized fork of http://high-scale-lib.sourceforge.net/☆162Updated last year
- A ping utility to baseline Java socket performance expectations.☆51Updated 10 years ago