xtaci / kcp-go

A Crypto-Secure Reliable-UDP Library for golang with FEC
MIT License
4.12k stars 737 forks source link

Update klauspost/reedsolomon #179

Closed ofer-dev closed 4 years ago

ofer-dev commented 4 years ago

kcp-go currently uses klauspost/reedsolomon 1.9.3, released 9 months ago. The latest version is 1.9.9 and has many performance improvements for generic and AVX optimized implementations.

Thanks, Ofer

horjulf commented 4 years ago

https://github.com/xtaci/kcp-go/pull/182