Skip to content

Commit 5ff611b

Browse files
authored
Tweaks to "Features" in README
1 parent f07c3b7 commit 5ff611b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ and safe Rust. It is the fastest pure-Rust FFT library according to our benchmar
88
- Takes advantage of latest CPU features up to and including AVX-512, but performs well even without them.
99
- Zero `unsafe` code
1010
- Python bindings (via [PyO3](https://github.com/PyO3/pyo3)).
11-
- Optional parallelization of some steps to 2 threads (with even more parallelization planned).
12-
- Did we mention it is really fast?!
11+
- Simple implementation using a single, general-purpose FFT algorithm and no costly "planning" step
12+
- Optional parallelization of some steps to 2 threads (with even more planned).
1313

1414
## Limitations
1515

@@ -106,4 +106,4 @@ Finally, run:
106106
The name, **PHFT**, is derived from the implementation of the
107107
[Quantum Fourier Transform](https://en.wikipedia.org/wiki/Quantum_Fourier_transform) (QFT). Namely, the
108108
[quantum circuit implementation of QFT](https://en.wikipedia.org/wiki/Quantum_Fourier_transform#Circuit_implementation)
109-
consists of the **P**hase gates and **H**adamard gates. Hence, **PH**ast**FT**.
109+
consists of the **P**hase gates and **H**adamard gates. Hence, **PH**ast**FT**.

0 commit comments

Comments
 (0)