QuState / PhastFT

A high-performance, "quantum-inspired" Fast Fourier Transform (FFT) library written in pure and safe Rust.
Apache License 2.0
193 stars 8 forks source link

Make planner reusable #33

Closed smu160 closed 2 weeks ago

smu160 commented 3 weeks ago

@Shnatsel I also added a criterion based benchmark based on these benchmarks. In addition, this new benchmark takes into account that Planner32/Planner64 are now re-usable.

I am thinking we can use criterion's BenchmarkGroup to add rust-fftw3 and RustFFT for comparison. Ideally, this would replace the current benchmarks.

codecov-commenter commented 3 weeks ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 99.28058% with 1 line in your changes missing coverage. Please review.

Please upload report for BASE (main@2df2f00). Learn more about missing BASE report.

Files Patch % Lines
src/twiddles.rs 96.87% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #33 +/- ## ======================================= Coverage ? 99.16% ======================================= Files ? 8 Lines ? 841 Branches ? 0 ======================================= Hits ? 834 Misses ? 7 Partials ? 0 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.