zero-gc
There are 4 repositories under zero-gc topic.
coralblocks/CoralPool
CoralPool is a high-performance, lightweight and garbage-free Java object pool implementation. It efficiently reuses mutable objects, minimizing the creation of short-lived objects that would otherwise burden the garbage collector.
coralblocks/CoralDS
Garbage-free, single-threaded data-structures (maps, sets and lists) optimized for speed.
ayun2001/rw_freecache
Very very fast than before. A bytes value cache library for Go with zero GC overhead.
shawn11ZX/ObjectPool
C# ObjectPool which support Reference Counter and corresponding Code Analyzer