Skip to content

v0.14.0

Compare
Choose a tag to compare
@Yomguithereal Yomguithereal released this 28 Aug 15:18
· 576 commits to master since this release
  • Adding DynamicArray.
  • Adding SparseSet.
  • Adding StaticDisjointSet.
  • Adding iterator methods to BitSet.
  • Adding #.rank & #.select to BitSet.
  • BitSet now relies on Uint32Array rather than Uint8Array.
  • Improving BitSet performances.
  • Using obliterator to handle iterators.