hachiko
v0.2.2
Published
Hachiko aims to be the easiest, fastest and most practical of all data structure libraries for FP in JS
Downloads
19
Maintainers
Readme
Hachiko is a data collection library that tries to continue what Immutable.js started. By offering a similar API, a smaller focus and micro optimizations, this project is trying to be a good alternative.
It's persistent like Immutable.js, more performant, and offers the most commonly used data collections, namely: Map, List, OrderedMap, Set, and OrderedSet.
This project is still a work in progress!
Roadmap
- [x] Map
- [ ] List
- [ ] OrderedMap
- [ ] Set
- [ ] OrderedSet