Hachiko aims to be the easiest, fastest and most practical of all data structure libraries for FP in JS
npm install hachiko
Modular and performant data collections for JavaScript
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!
- [x] Map
- [ ] List
- [ ] OrderedMap
- [ ] Set
- [ ] OrderedSet