6 ms·
Oh! Gotcha! I put a table in the README that lays it all out https://github.com/brian-armstrong/fec#performance https://github.com/brian-armstrong/fec#performan
by brian-armstrong 1mo ago
Oh! Gotcha! I put a table in the README that lays it all out https://github.com/brian-armstrong/fec#performance https://github.com/brian-armstrong/fec#performance
tldr: My library matches or beats libfec's SSE2 assembly for convolutional codes and pretty steadily beats it in Reed-Solomon. For the convolutional codes, my crate is using a generic, templated decoder rather than hand-written assembly, so it was nice to see that I could match the performance.
- femto 1mo agoNice! Thanks too for putting the work into this library.