miktam / sizeof

Get size of a JavaScript object
MIT License
311 stars 45 forks source link

removed stat object to reduce memory usage and code duplication #5

Closed Pyrolistical closed 8 years ago

Pyrolistical commented 8 years ago

this also properly counts Buffers embedded in objects. previously it would have been counted as zero

miktam commented 8 years ago

@Pyrolistical, thank you!