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…
☆67Updated 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:
- ☆82Updated last week
- Single-threaded off-heap object store☆47Updated 2 years ago
- Multi-Threaded Time Series library☆60Updated 7 years ago
- A utility for monitoring UDP message-processing☆53Updated 6 years ago
- Byte-code generator to create Disruptor-backed proxies☆100Updated 5 months ago
- HFT meets Blockchain in Java platform☆60Updated 6 years ago
- ☆107Updated this week
- Workshop Examples☆57Updated 7 years ago
- hp low latency reliable multicast messaging☆122Updated 9 years ago
- Low-latency WebSocket Server☆72Updated last year
- A java.util.HashMap compatible map that won't stall puts or gets when resizing☆151Updated 2 years ago
- ☆186Updated this week
- A hashmap implementation for Java that stores map entries off-heap☆70Updated 5 years ago
- Low-latency java socket implementation (using shared memory)☆110Updated 5 years ago
- Java Hashing, CRC and Checksum Benchmark (JMH)☆68Updated 4 years ago
- A High Performance Network ( TCP/IP ) Library☆249Updated last year
- A sub microsecond java logger, supporting standard logging APIs such as Slf & Log4J☆230Updated this week
- Java port of a concurrent trie hash map implementation from the Scala collections library☆152Updated 4 years ago
- Java Off Heap Object Pool and On the Fly Instrumentation Tool☆113Updated 10 years ago
- JEP with off heap support to replace portions of Unsafe and other sun.* methods.☆42Updated 11 years ago
- Direct memory storage for java☆15Updated 13 years ago
- Multiple readers and writers concurrency tests.☆127Updated 8 years ago
- Tools to work with off-heap memory using sun.misc.Unsafe☆136Updated 8 years ago
- Sample programs for Chronicle Queue☆77Updated last month
- Latency benchmarks for messaging☆117Updated last week
- High performance native memory access for Java.☆124Updated 2 months ago
- Java Performance☆84Updated last year
- Fast trading protocol library for the JVM☆40Updated 4 months ago
- Framework for building Secure Scalable Microservices on Distributed Ledger Technology☆50Updated 9 months ago
- Offheap Java POJOs with guaranteed memory alignment☆189Updated 11 years ago