-
Notifications
You must be signed in to change notification settings - Fork 381
simd-0332: reduce chacha rounds for turbine from 20 to 8 #7597
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
base: main
Are you sure you want to change the base?
Conversation
ba0c3f0 to
1ce4731
Compare
b83b9ea to
04bc6f5
Compare
04bc6f5 to
4c145eb
Compare
8450f33 to
61b972b
Compare
| #define SORT_NAME sort_pubkey | ||
| #define SORT_KEY_T fd_shred_dest_weighted_t | ||
| #define SORT_BEFORE(a,b) (memcmp( (a).pubkey.uc, (b).pubkey.uc, 32UL )<0) | ||
| #define SORT_BEFORE(a,b) (memcmp( (a).pubkey.uc, (b).pubkey.uc, 32UL )>0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this is a bug...
61b972b to
8ac86fe
Compare
Performance Measurements ⏳
|
| } | ||
|
|
||
| /* ============================================================================ | ||
| RUST REFERENCE IMPLEMENTATION |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably move to contrib and make it an actual .rs file so we can compile and run it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's all private stuff in rust 😭
8ac86fe to
03b4299
Compare
Performance Measurements ⏳
|
03b4299 to
7cb9870
Compare
Performance Measurements ⏳
|
Agave: anza-xyz/agave#7353