Update accuracy of memory usage for f32
/f64
in readme
#31
Labels
documentation
Improvements or additions to documentation
f32
/f64
in readme
#31
@Shnatsel
Given the results for
f32
andf64
memory usage provided by a third party benchmark repo, should we consider updating the "2x lower memory usage" claim in the readme?To make it easier to read the memory usage data, I took out the other columns to do with timing for both tables:
f32
rustfft
memoryphastft
memoryf64
rustfft
memoryphastft
memoryJust eyeballing the results, it seems
PhastFT
has ≈ 5x lower memory usage for f64 ≈ 3x lower memory usage for f64. Maybe it would be better compute the ratio ofrustfft
tophastft
memory usage for all sequence sizes and then take the average/median/min? Perhaps we should re-run the benchmarks on the original benchmark machine before anything.Curious to hear your thoughts!
The text was updated successfully, but these errors were encountered: