chad3814 / node-hashtable

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

Clear references of keys in get and has methods #21

Closed vigbk closed 9 years ago

vigbk commented 9 years ago

Remove the reference to keys in the get and has method which was getting unnecessarily retained.

enchantressu commented 9 years ago

Garbage collection is not immediately release your job... Specific to see garbage collection JS v8 engine