We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently doing some measurements on revm and how division is done in U256. link here: bluealloy/revm#7 (comment)
In short, I am getting a performance boost from ~77-80ms to ~64-66ms by using this part of code:
parity-common/uint/src/uint.rs
Lines 1181 to 1185 in 5fe7924
The text was updated successfully, but these errors were encountered:
See #406, #478. TL;DR is the benches result were inconsistent last time we run them. Would be good to dig into this again.
Sorry, something went wrong.
closed by #478
No branches or pull requests
Currently doing some measurements on revm and how division is done in U256.
link here: bluealloy/revm#7 (comment)
In short, I am getting a performance boost from ~77-80ms to ~64-66ms
by using this part of code:
parity-common/uint/src/uint.rs
Lines 1181 to 1185 in 5fe7924
The text was updated successfully, but these errors were encountered: