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
This is probably the last performance update. Everything that i could've optimized is now optimized
This version also includes compiled binary for .NET 7 rc1 to test it before fully moving
Main changes
Changed from decimal (128 bit) to double (64 bit). This made calculations faster, while not changing the precision
Made all classes sealed. This makes classes without inheritance and improves performance
Rewrote combinations founder algorithm and embeded it in main loop
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
-
Main changes
Other
Full Changelog: v.1.2.0...v.1.3.0
This discussion was created from the release Moved from decimal to double, optimized code.
Beta Was this translation helpful? Give feedback.
All reactions