#performance-profiling

[ follow ]
fromEvanhahn
2 months ago

When Array uses less memory than Uint8Array (in V8)

Using Uint8Array saves memory for large arrays of byte-sized integers after about 150 elements.
[ Load more ]