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
Was wondering why the bundle size of this as reported by Bundlephobia appears to be considerably (3x) larger than, say, big.js, which handles arbitrary precision arithmetic:
It's not a huge deal given the relatively small page weight of this already, though having not dug into it yet I wonder if maintainers have some initial thoughts. Thanks!
The text was updated successfully, but these errors were encountered:
My guess is that this is due to some features this library has that other libraries might not have, such as bitwise functions, base conversion, and automatic fallback to the native BigInteger in newer JavaScript runtimes.
Hmm guess it would potentially be nice then to support things like ES6 modules to allow to opt-in to different functionalities. Unless someone gets to it first, sometime I'll see if I could make a PR that allows for that.
Was wondering why the bundle size of this as reported by Bundlephobia appears to be considerably (3x) larger than, say,
big.js
, which handles arbitrary precision arithmetic:It's not a huge deal given the relatively small page weight of this already, though having not dug into it yet I wonder if maintainers have some initial thoughts. Thanks!
The text was updated successfully, but these errors were encountered: