Ultra-low-latency, batching and concurrent queue for IPC in Java

CoralRing is an ultra-low-latency, lock-free, garbage-free, batching and concurrent circular queue (ring) in off-heap shared memory for inter-process communication (IPC) in Java across different J… Read more

Similar

Encodings for Flattened Heap Values in Java

A key goal in Project Valhalla is to flatten value objects into their heap containers, while simultaneously upholding all specified behaviors of those containers. A value’s flat representation must provide storage bits for each field of the value, allocat... (more…)

Read more »