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

Feat(perf): Benchmark Plonky2 bit reversal vs current implementation #786

Closed
PatStiles opened this issue Jan 28, 2024 · 1 comment
Closed

Comments

@PatStiles
Copy link
Collaborator

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

@PatStiles 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
@MauroToscano
Copy link
Collaborator

I'll move it to FFT/NTT issue #731 , as to avoid bloating the backlog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants