Skip to content

Commit

Permalink
Merge pull request #25 from QuState/Shnatsel-patch-2
Browse files Browse the repository at this point in the history
advertise runtime feature selection
  • Loading branch information
smu160 authored Apr 30, 2024
2 parents 9abad32 + 51fc597 commit 48a8d15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Transform (FFT) library written in pure Rust.
- Performance on par with other Rust FFT implementations
- Zero `unsafe` code
- Takes advantage of latest CPU features up to and including `AVX-512`, but performs well even without them
- Selects the fastest implementation at runtime. No need for `-C target-cpu=native`!
- Optional parallelization of some steps to 2 threads (with even more planned)
- 2x lower memory usage than [RustFFT](https://crates.io/crates/rustfft/)
- Python bindings (via [PyO3](https://github.com/PyO3/pyo3))
Expand Down

0 comments on commit 48a8d15

Please sign in to comment.