MCPcopy Create free account
hub / github.com/akalin/gopar / applyMatrix

Method applyMatrix

rsec16/coder.go:141–143  ·  view source on GitHub ↗
(m gf2p16.Matrix, in, out [][]byte)

Source from the content-addressed store, hash-verified

139}
140
141func (c Coder) applyMatrix(m gf2p16.Matrix, in, out [][]byte) {
142 applyMatrixParallelData(m, in, out, c.numGoroutines)
143}
144
145// GenerateParity takes a list of data shards, which must have length
146// matching the dataShards value passed into NewCoder, and which must

Callers 2

GenerateParityMethod · 0.95
ReconstructDataMethod · 0.95

Calls 1

applyMatrixParallelDataFunction · 0.85

Tested by

no test coverage detected