Registry / utility / yeqown-reedsolomon

yeqown-reedsolomon

JSON →
library1.0.0gogounverified

Implements Reed-Solomon erasure coding for data redundancy and recovery.

go get github.com/yeqown/reedsolomon
INSTALL
IMPORT
SIG · YEQOWN-REEDSOLOMON
Y
yeqown-reedsolomon
utilitygov1.0.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/yeqown/reedsolomon

Creates a Reed-Solomon encoder with 4 data shards and 2 parity shards, splits data, and encodes.

package main import ( "fmt" "github.com/yeqown/reedsolomon" ) func main() { data := []byte("hello, world") enc, _ := reedsolomon.New(4, 2) shards, _ := enc.Split(data) enc.Encode(shards) fmt.Println("encoded shards:", len(shards)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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