Changelog
0.22.0
FuzzyMultiMap.dimension
.#.consume
to Heap
.#.replace
to Heap
.#.pushpop
to Heap
.BitSet
and BitVector
#.toJSON
.FiniteStack.from
& CircularBuffer.from
performance when handling arrays.Heap.from
is now linear time.Heap
inner logic.CircularBuffer
's #.unshift
to #.shift
.SparseSet.delete
return consistency.Changelog
0.21.0
CircularBuffer
.#.toArray
to Heap
.Changelog
0.20.0
TrieMap
.Trie
considerably.Changelog
0.19.0
StaticIntervalTree
.PointerVector
.Queue.of
.Stack.of
.Vector
& BitVector
reallocation performance.InvertedIndex
performance.Changelog
0.17.0
HashedArrayTree
.BitVector
.#.frequency
to MultiSet
.#.grow
to DynamicArray
.#.reallocate
to DynamicArray
.#.resize
to DynamicArray
.MultiSet
issues.DynamicArray
to Vector
.DynamicArray.initialLength
option to initialCapacity
.DynamicArray.allocated
to capacity
.MultiSet
performance.SparseSet
memory consumption.