Detalhes do pacote

hachiko

philpl5CC0-1.00.2.2

Hachiko aims to be the easiest, fastest and most practical of all data structure libraries for FP in JS

hachiko, data structures, data, immutable

readme (leia-me)

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!

Roadmap

  • [x] Map
  • [ ] List
  • [ ] OrderedMap
  • [ ] Set
  • [ ] OrderedSet