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

Conversation

arnetheduck
Copy link
Member

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

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
Copy link
Member Author

windows devel fail unrelated

@arnetheduck arnetheduck merged commit 7c81df9 into master Jul 9, 2024
11 of 12 checks passed
@arnetheduck arnetheduck deleted the fix-modmul branch July 9, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant