Add fft and interpolation method for RS coding benchmarks (!185)
This MR adds an option to perform erasure coding using FFT rather than using a matrix. It also adds the field FP128 in the list of curves Note that there is a redundant function `random_loss` into benchmarks/bin/fec.rs and examples/fec.rs
Showing
- Cargo.toml 4 additions, 0 deletionsCargo.toml
- benchmarks/Cargo.toml 2 additions, 1 deletionbenchmarks/Cargo.toml
- benchmarks/src/bin/fec.rs 86 additions, 27 deletionsbenchmarks/src/bin/fec.rs
- examples/fec.rs 106 additions, 0 deletionsexamples/fec.rs
- examples/utils/time.rs 54 additions, 0 deletionsexamples/utils/time.rs
examples/fec.rs
0 → 100644
examples/utils/time.rs
0 → 100644
Please register or sign in to comment