Skip to content

xicesky/node_hashmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Hashing, HashMap, LinkedHashMap for node js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published