Skip to content
New issue

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

fix modmul 256-bit perf #156

Merged
merged 1 commit into from
Jul 9, 2024
Merged

fix modmul 256-bit perf #156

merged 1 commit into from
Jul 9, 2024

Commits on Jul 9, 2024

  1. fix modmul 256-bit perf

    Not sure about other lengths, but this 100x's 256-bit `modmul` on the
    given trivial benchmark and fixes abysmally slow EVM performance
    
    ```
    Modmul (stint): 856300 ms
    ```
    
    ```
    Modmul (stint): 8850 ms
    ```
    arnetheduck committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f5ebee1 View commit details
    Browse the repository at this point in the history