create2crunch icon indicating copy to clipboard operation
create2crunch copied to clipboard

Further optimize CPU runner

Open DaniPopes opened this issue 1 month ago • 0 comments

  • Update dependencies
  • Enable assembly keccak256 by default; this is less portable and can be toggled off by building with --no-default-features
  • Use standard threads that operate on incrementing a number, rather than rayon's range iterator
  • Optimize score calculation

DaniPopes avatar Jun 22 '24 18:06 DaniPopes