Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 397 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 397 Bytes

node_hashmap

Hashing, HashMap, LinkedHashMap for node js

I consider this hacky, alpha code. It doesn't have tests, either. Don't use it :)

TODO

  • Documentation
  • Use ES6 features correctly (const, iterators...)
  • Fix "hashNumber" (they should distribute much more)
  • Use a better method than linear scan
  • Fix "hashMap" (define the order of keys, it's undefined in ES6)
  • More tests