Registry / utility / klauspost-reedsolomon

klauspost-reedsolomon

JSON →
library1.14.0gogounverified

Package reedsolomon enables Erasure Coding in Go using Reed-Solomon codes.

go get github.com/klauspost/reedsolomon
INSTALL
IMPORT
SIG · KLAUSPOST-REEDSOLO
K
klauspost-reedsolomon
utilitygov1.14.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

reedsolomon
github.com/klauspost/reedsolomon

Creates a Reed-Solomon encoder with 10 data and 3 parity shards.

package main import ( "fmt" "github.com/klauspost/reedsolomon" ) func main() { enc, _ := reedsolomon.New(10, 3) fmt.Println(enc) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.14.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
klauspost-reedsolomon — go get klauspost-reedsolomon · libregistry