chad3814 / node-hashtable

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

Memory measurement #18

Closed jwarkentin closed 9 years ago

jwarkentin commented 9 years ago

Since you're already using C++, how hard would it be to add a method that could be called to return the number of bytes allocated to the hashtable?

chad3814 commented 9 years ago

PR welcome, but I think without implementing an allocator we couldn't easily get that info