Will Uint32Array and other typed arrays already claim space when initialised?
I’m trying to come up with an accurate measure of how much memory a particular datastructure will consume. Big part of that is ~ 1Million Uint32Array and 1M BigUint64Array both of max 200 elements. Is my thinking correct that typed arrays that are initialised to a particular size already consume memory even without elements having… Read More Will Uint32Array and other typed arrays already claim space when initialised?