Module cache

Source
Expand description

Cache used by BlockIter/IndexIter for reduce operations.

§Memory footprint

Cache for one BitSet costs 2 pointers.

Structs§

DynamicCache
Dynamically built in-heap cache.
FixedCache
Cache with fixed capacity.
NoCache
Cache is not used.

Traits§

ReduceCache