Skip to content

Releases: SamHerts/BigInt

v1.1.0

16 Sep 15:21
Compare
Choose a tag to compare

Add support for converting from unsigned long long
Add support for converting to long long

Minor bug Fixes.

v1.0.0

26 Aug 13:35
8f4a8aa
Compare
Choose a tag to compare

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

30 May 12:59
Compare
Choose a tag to compare