saxbophone / arby

Arbitrary precision arithmetic in C++, even at compile-time
https://saxbophone.com/arby/
Mozilla Public License 2.0
8 stars 1 forks source link

Initial reimplementation of storage type selection: #116

Closed saxbophone closed 2 years ago

saxbophone commented 2 years ago

Closes #111

saxbophone commented 2 years ago

Hooray! This change makes the tests run noticeably faster on my dev system (and IIRC, on CI too). Who'd've thought that unsigned int, the "natural unsigned type on the given system" would be quite optimal? 😉 </sarcasm>