Releases: klauspost/reedsolomon
Releases · klauspost/reedsolomon
v1.12.4
v1.12.3
v1.12.2
What's Changed
- Support for ARM SVE and better performance for NEON by @fwessels in #281
- benchmark: Add CSV header by @klauspost in #277
- Remove double load on 64 byte loop init by @klauspost in #279
New Contributors
- @AndersTrier made their first contribution in #275
Full Changelog: v1.12.1...v1.12.2
v1.12.1
What's Changed
- Allow reconstructSome to reconstruct parity shards by @walldiss in #267
- Add pure AVX GFNI mode by @klauspost in #268
- Added example usage to example/README.md; fixed some typos by @HJLebbink in #269
New Contributors
- @walldiss made their first contribution in #267
- @HJLebbink made their first contribution in #269
Full Changelog: v1.12.0...v1.12.1
v1.12.0
What's Changed
- Add nopshufb tag by @klauspost in #256
- Use faster division for matrix construction by @klauspost in #254
- Fix unit typo in benchmark by @cxz66666 in #252
- Drop galSub as not really used by @cristaloleg in #259
- Slice len is always non-negative by @cristaloleg in #261
New Contributors
- @cxz66666 made their first contribution in #252
- @cristaloleg made their first contribution in #259
Full Changelog: v1.11.8...v1.12.0
v1.11.8
What's Changed
- Add new error
ErrInvalidShardSize
by @rootulp in #243 - doc: update IsSquare doc by @egbakou in #244
- EncodeIdx: Use advanced AVX2/GFNI by @klauspost in #248
- Add benchmark application by @klauspost in #249
New Contributors
Full Changelog: v1.11.7...v1.11.8
v1.11.7
v1.11.6
v1.11.5
What's Changed
- zero memory padding on stream split, fix potential OOM issues. by @0xbillw in #233
- Fix Split function with 0 erasure by @klauspost in #234
- Retract v1.11.2 by @klauspost in #231
New Contributors
Full Changelog: v1.11.4...v1.11.5
v1.11.4
What's Changed
- Use GFNI broadcast by @klauspost in #228
- Align allocations by @klauspost in #230
Full Changelog: v1.11.3...v1.11.4