RobAustin / low-latency-primitive-concurrent-queues
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 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for low-latency-primitive-concurrent-queues
- ☆81Updated last week
- Multi-Threaded Time Series library☆57Updated 6 years ago
- ☆104Updated last week
- Single-threaded off-heap object store☆44Updated last year
- HFT meets Blockchain in Java platform☆60Updated 6 years ago
- A utility for monitoring UDP message-processing☆49Updated 6 years ago
- Byte-code generator to create Disruptor-backed proxies☆95Updated last month
- A sub microsecond java logger, supporting standard logging APIs such as Slf & Log4J☆226Updated last week
- Workshop Examples☆57Updated 6 years ago
- A hashmap implementation for Java that stores map entries off-heap☆70Updated 4 years ago
- ☆86Updated 6 years ago
- Low-latency java socket implementation (using shared memory)☆102Updated 5 years ago
- Framework for building Secure Scalable Microservices on Distributed Ledger Technology☆49Updated last month
- JEP with off heap support to replace portions of Unsafe and other sun.* methods.☆42Updated 10 years ago
- Auctioning with Aeron and SBE!☆29Updated 8 years ago
- High-performance, zero-garbage, Java client/driver for InfluxDB.☆61Updated last year
- ☆178Updated this week
- Multiple readers and writers concurrency tests.☆125Updated 8 years ago
- Java Hashing, CRC and Checksum Benchmark (JMH)☆67Updated 3 years ago
- A reactive driver for Aeron transport (https://github.com/real-logic/aeron)☆47Updated 3 years ago
- Direct memory storage for java☆15Updated 13 years ago
- Networking and buffer APIs and implementations for use in Copycat and Atomix☆52Updated 7 years ago
- Offheap Java POJOs with guaranteed memory alignment☆188Updated 11 years ago
- Low-latency WebSocket Server☆68Updated 6 months ago
- Java Performance☆83Updated last year
- Visualize G1GC Region allocation data☆40Updated 2 years ago
- Java Off Heap Object Pool and On the Fly Instrumentation Tool☆111Updated 9 years ago
- A simple benchmark of some off heap solutions (BigMemory Go, MapDB, Java Chronicle...)☆23Updated 11 years ago
- Faster FIX engine.☆87Updated 8 years ago
- Code Examples☆111Updated 7 years ago