You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, if we see that relatively small BigInts (up to 64 bits) are an important use case, we could make those more memory-efficient by using a special representation for them:
The text was updated successfully, but these errors were encountered:
links
BigInt64Array
andBigUInt64Array
, refs developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt64Arraysafari support
polyfills/emulation
misc
https://floating-point-gui.de/languages/javascript/
Add js BigInts by juancarlospaco · Pull Request #16409 · nim-lang/Nim
c++ => js via cheerp: A fast BigInt.js in an evening, compiling C++ to JavaScript | by Carlo Piovesan | leaningtech | Medium
generated js: https://github.com/carlopi/BigInt.js/blob/master/BigInt.js
https://medium.com/@timothee.cour/did-you-benchmark-this-when-targetting-wasm-instead-of-js-4f98443699b7?source=responses-----db61ae733512----0----------------------------
uint64, int64
https://v8.dev/blog/bigint
The text was updated successfully, but these errors were encountered: