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
JavaScript's current big number/decimal landscape is diverse, with developers relying on third-party libraries like big.js and decimal.js. These libraries, implemented in JavaScript, introduce performance bottlenecks, especially in computationally intensive applications like financial calculations and scientific simulations. The variety of libraries also forces developers to choose between different APIs and features.
Proposed Solution:
Implement a native, performant, and unified API for big numbers/decimals in Bun.
Benefits:
Performance boost
Simplified development
Improved accuracy/consistency
Reduced cognitive load
No External Dependencies
And also, dealing with JSON that has big numbers can be a real headache. If Bun could make that easier, it would be a huge win!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
JavaScript's current big number/decimal landscape is diverse, with developers relying on third-party libraries like
big.js
anddecimal.js
. These libraries, implemented in JavaScript, introduce performance bottlenecks, especially in computationally intensive applications like financial calculations and scientific simulations. The variety of libraries also forces developers to choose between different APIs and features.Proposed Solution:
Implement a native, performant, and unified API for big numbers/decimals in Bun.
Benefits:
And also, dealing with JSON that has big numbers can be a real headache. If Bun could make that easier, it would be a huge win!
Beta Was this translation helpful? Give feedback.
All reactions