chad3814 / node-hashtable

Native hashtable interface for when V8 objects can't take the heat
MIT License
106 stars 41 forks source link

New method Hashtable#find #37

Closed jweyrich closed 6 years ago

jweyrich commented 7 years ago

It's not O(1), but I hope it helps someone like me that doesn't want to keep 2 data structures just to cover a corner case.

NOTE: Needed the change from PR #31 to make it compile on Mac.