Skip to content

joleeee/intbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Benchmarks for various big integer implementaitons, mainly for deciding what 256 bit unsigned integers to use in EVM projects.

Todo

  • AVX2
  • bench more crates
  • implement my own
  • tests that utilize the full 256 bits and not just the lower part
  • overflowing vs saturating vs panic
  • bench square roots
  • better bench output formatting
  • signed integers

PRs are very welcome :)

Releases

No releases published

Packages

No packages published

Languages