An open API service indexing awesome lists of open source software.

https://github.com/coralblocks/coralds

Garbage-free, single-threaded data-structures (maps, sets and lists) optimized for speed.
https://github.com/coralblocks/coralds

data-structures garbage-free java low-latency ultra-low-latency zero-garbage zero-gc

Last synced: 6 months ago
JSON representation

Garbage-free, single-threaded data-structures (maps, sets and lists) optimized for speed.

Awesome Lists containing this project

README

          

# CoralDS
Garbage-free, single-threaded data-structures (_maps_, _lists_ and _sets_) optimized for speed.

### Maps

`Map`, `CharMap`, `ByteMap`, `IntMap`, `LongMap`, `ByteBufferMap`, `CharSequenceMap` and `IdentityMap`.

### Lists

`ArrayList`, `ArrayLinkedList`, `IntArrayList`, `LongArrayList`, `LinkedList`, `IntLinkedList` and `LongLinkedList`.

### Sets

`Set`, `IntSet`, `LongSet` and `IdentitySet`.