You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plonky2 utilizes architecture aware implementations for inplace bit reversal. Benchmark to see what the performance improvement is and if it justifies the added complexity.
The text was updated successfully, but these errors were encountered:
PatStiles
changed the title
Feat(perf): Benchmark Plonky2 bti reversal vs current implementation
Feat(perf): Benchmark Plonky2 bit reversal vs current implementation
Jan 28, 2024
Plonky2 utilizes architecture aware implementations for inplace bit reversal. Benchmark to see what the performance improvement is and if it justifies the added complexity.
Ref: https://github.com/0xPolygonZero/plonky2/blob/a9060e61b8004525b6f84c69dd21ad1a5cd1c3b2/util/src/lib.rs#L110
The text was updated successfully, but these errors were encountered: