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
Since the graph is just for reference, precision is not of utmost importance. Because of this, it may make sense to refactor the P&L graph calculations to use regular js math rather than JSBI, BigNumber, or Big.js. This refactor should lead to less of a performance strain as the computations would be less intensive.
The text was updated successfully, but these errors were encountered:
IanWoodard
changed the title
Refactor P&L graph calculations to not use math libraries
Refactor P&L graph calculations to not use libraries
Oct 6, 2022
Since the graph is just for reference, precision is not of utmost importance. Because of this, it may make sense to refactor the P&L graph calculations to use regular js math rather than JSBI, BigNumber, or Big.js. This refactor should lead to less of a performance strain as the computations would be less intensive.
The text was updated successfully, but these errors were encountered: