Skip to content

improve FEC bench

STEVAN Antoine requested to merge fec-bench into main

we want to compare

  • naive recoding: k-decoding followed by 1-encoding
  • komodo recoding: k-recoding with k = \#\text{shards}

results

💡 Note
we see that the naive recoding is around 100 times slower compared to the komodo recoding 🎉

💡 Note
the format of the labels is always {curve} / {k}

e2e recoding

Edited by STEVAN Antoine

Merge request reports