paritytech / reed-solomon-novelpoly

Novel polynomial basis for a reed solomon encoder
30 stars 6 forks source link

implement #24 for simd code path #30

Closed alindima closed 10 months ago

alindima commented 10 months ago

Port of https://github.com/paritytech/reed-solomon-novelpoly/pull/24 for avx code. speeds up encoding procedure with avx enabled by around 10%.