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
The recent changes to add/sub to improve integer arithmetic (toNumber has a similar but simpler kludge too) have tanked their performance by 4x. Would be nice to either have the correct integer arithmetic while not sacrificing performance, or maybe to have two versions so you pick what you want.
Patashu
changed the title
optimize add and sub by looking at how SpeedCrunch does it
optimize add and sub
Dec 27, 2017
add/sub has some vestigal weirdness that has the correct functionality, but probably isn't optimal or as simple as possible.
https://bitbucket.org/heldercorreia/speedcrunch/src/9cffa7b674890affcb877bfebc81d39c26b20dcc/src/math/floatnum.c?at=master&fileviewer=file-view-default
The text was updated successfully, but these errors were encountered: