If I understood correctly, every number in javascript is 64-bit (i64)?
Does that mean that new Uint8Array([num]) uses less memory than just num?
If I understood correctly, every number in javascript is 64-bit (i64)?
Does that mean that new Uint8Array([num]) uses less memory than just num?