How typed array stores numbers in javascript

47 views Asked by At

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?

0

There are 0 answers