jhuckaby / megahash

A super-fast C++ hash table with Node.js wrapper, tested up to 1 billion keys.
Other
411 stars 29 forks source link

feat(MegaMap): Compatibe ES6 Map for megahash #13

Closed commenthol closed 2 years ago

commenthol commented 2 years ago

PR for #12 Implements MegaMap and tests to prove compatibility with ES6 Map. Documentation provided within README.md.