[#CuckooCache] = CuckooCache :mrdocs: High‐performance cache primitives. == Description Summary: 1. xref:CuckooCache/bit_packed_atomic_flags.adoc[`bit_packed_atomic_flags`] is bit‐packed atomic flags for garbage collection 2. xref:CuckooCache/cache.adoc[`cache`] is a cache which is performant in memory usage and lookup speed. It is lockfree for erase operations. Elements are lazily erased on the next insert. == Types [cols="1,4"] |=== | Name| Description | xref:CuckooCache/bit_packed_atomic_flags.adoc[`bit_packed_atomic_flags`] | xref:CuckooCache/bit_packed_atomic_flags/2constructor-0e.adoc[`bit_packed_atomic_flags`] implements a container for garbage collection flags that is only thread unsafe on calls to setup. This class bit‐packs collection flags for memory efficiency. | xref:CuckooCache/cache.adoc[`cache`] | xref:CuckooCache/cache/2constructor.adoc[`cache`] implements a cache with properties similar to a cuckoo‐set. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#