recmo / uint

Rust Uint crate using const-generics
MIT License
170 stars 39 forks source link

perf: use borrowing/carrying ops in add/sub, remove bound checks in shifts #366

Closed DaniPopes closed 4 months ago

DaniPopes commented 4 months ago

Now add, sub, and mul have optimal codegen on x86_64.