Releases: SamHerts/BigInt
Releases · SamHerts/BigInt
v1.1.0
v1.0.0
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.
v0.1.0
Full Changelog: https://github.com/SamHerts/BigInt/commits/v0.1.0