This repository was archived by the owner on May 3, 2026. It is now read-only.
0.1.3
ADDED
SparseChunknow has a default length ofU64.Chunknow hasPartialEqdefined for anything that can be borrowed as a slice.SparseChunk<A>likewise hasPartialEqdefined forBTreeMap<usize, A>andHashMap<usize, A>. These are intended for debugging and aren't optimally `efficient.ChunkandSparseChunknow have a new methodcapacity()which returns its maximum capacity (the number in the type) as a usize.- Added an
entries()method toSparseChunk. SparseChunknow has aDebugimplementation.
FIXED
- Extensive integration tests were added for
ChunkandSparseChunk. Chunk::clearis now very slightly faster.