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
{{ message }}
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.
We should instead port or implement variable length (multiple of 32-bit) integers and create thin wrapper classes with limitation (including overflow/underflow protection).
https://github.com/MaxGraey/bignum.wasm unfortunately is still lacking in features and implemented in a way where each int length requires complete rewrite.
We should instead port or implement variable length (multiple of 32-bit) integers and create thin wrapper classes with limitation (including overflow/underflow protection).
See http://peterolson.github.io/BigInteger.js/benchmark/ for libraries that can potentially be ported.
The text was updated successfully, but these errors were encountered: