Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

[10.0.0] - 2018-03-25

Choose a tag to compare

@bodil bodil released this 06 Apr 15:04
· 354 commits to master since this release

This is the first release to be considered reasonably stable.

Available data structures:

  • HashSet/HashMap: unordered maps based on hash array mapped tries.
  • OrdSet/OrdMap: ordered maps based on B-trees.
  • Vector: indexable double ended queues.
  • CatList: double ended queues with instant concatenation.
  • ConsList: the classic.