Skip to content

v1.0.0

Compare
Choose a tag to compare
@SamHerts SamHerts released this 26 Aug 13:35
· 7 commits to main since this release
8f4a8aa

This release drastically changes the back end from using a string representation to using a vector of integers. This shows a dramatic increase in performance especially with larger operations such as division. This new structure shows an 80% increase in calculation time. Algorithmic complexity has been reduced as well, with careful modification of specific functiond.