This repository was archived by the owner on May 3, 2026. It is now read-only.
[10.0.0] - 2018-03-25
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.