miktam / sizeof

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

Performance impact on nodejs due to shadowing Buffer with non native library #97

Closed lchenay closed 1 month ago

lchenay commented 2 months ago

In nodejs, we may measure an impact due to the import of Buffer library, that are not as much performant as the native implementation.

We measure -30% performance improvements when relying on native nodejs.

miktam commented 1 month ago

ok, will be fixed in the next release