isaacholt100 / bnum

Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.
https://crates.io/crates/bnum
Other
67 stars 8 forks source link

Write benchmarks #2

Open isaacholt100 opened 2 years ago

isaacholt100 commented 2 years ago

Once all functionality and tests for integers have been written, benchmarks should be created using criterion. Measure the U128 and U64 types against u128 and u64, also measure against other fast big integer libraries e.g. rug.