From d65698a51253d265fed7ff56804399c97d6ef7b1 Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Mon, 12 Feb 2024 22:08:16 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8c1e48c..921229a 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,9 @@ RustFFT made the choice to work on stable Rust compiler at the cost of `unsafe` while PhastFT contains no `unsafe` blocks but requires a nightly build of Rust compiler to access the Portable SIMD API. +RustFFT implements multiple FFT algorithms and tries to pick the best one depending on the workload, +while PhastFT has a single FFT implementation and still achieves competitive performance. + PhastFT uses 2x less memory than RustFFT, which is important for processing large datasets. ## What's with the name?