Structs§
- Arena
LEN- Number of elements stored per bucket. Must be less than or equal tou32::MAX, divisible byusize::BITSand it must not be0.BITARRAY_LEN- Number ofusizein the bitmap per bucket. Must be equal toLEN / usize::BITS.For best performance, try to set this to number of CPUs that are going to accessArenaconcurrently.- Arena
Arc - Can have at most
MAX_REFCNTrefcount.