#memory-usage

[ follow ]
fromEvanhahn
5 days ago

When Array uses less memory than Uint8Array (in V8)

Uint8Arrays have overhead that makes them larger than equivalent Arrays initially, but they become more compact after about 150 elements.
Node JS
[ Load more ]