A java.util.HashMap compatible map that won't stall puts or gets when resizing
☆151Oct 6, 2022Updated 3 years ago
Alternatives and similar repositories for PauselessHashMap
Users that are interested in PauselessHashMap are comparing it to the libraries listed below
Sorting:
- Library for creating In-memory circular buffers that use direct ByteBuffers to minimize GC overhead☆140May 31, 2022Updated 3 years ago
- A Java compiler plugin that turns Java into a mostly dynamically typed language☆11Jul 8, 2015Updated 10 years ago
- Low latency, lock free, primitive bounded blocking queues backed by an primitive arrays such as an int[]. These classes mimic the interfa…