Skip to content

Commit

Permalink
README: mention lower memory use in the "vs" section
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnatsel authored Feb 8, 2024
1 parent 719a5ba commit bea73d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ RustFFT and PhastFT are optimized for different workloads.
RustFFT performs best on small inputs that fit entirely into the L2 cache,
while PhastFT is optimized for large input sizes common in scientific computing.

PhastFT also uses 2x less memory, which is important for processing large datasets.

RustFFT made the choice to work on stable Rust compiler at the cost of `unsafe` code,
while PhastFT contains no `unsafe` blocks but requires a nightly build of Rust compiler
to access the Portable SIMD API.
Expand Down

0 comments on commit bea73d8

Please sign in to comment.