reedsolomon v0.0.2.0 Release Notes

Release Date: 2015-12-03 // over 8 years ago
  • Highlights since version 0.0.1.2:

    ⚡️ Use AVX-optimized Galois routines

    ⚡️ Even though AVX-optimized versions of the Galois field routines were compiled into the library, they were not used because of an oversight in the dispatch function.

    🔦 Expose SIMD instruction set being used

    Using a new action, Data.ReedSolomon.simdInstructions, the SIMD instruction set used to perform Galois field calculations (if any) can be queried at runtime.