issues
search
klauspost
/
reedsolomon
Reed-Solomon Erasure Coding in Go
MIT License
1.88k
stars
248
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Using Reed-Solomon codes to transfer data between the client - server
#287
LazarenkoA
closed
2 months ago
0
Test asm slice reads/writes in race tests
#286
klauspost
closed
2 months ago
0
Make ARM SVE code vector length agnostic
#285
fwessels
closed
2 months ago
5
Memory bloat
#284
benjiro29
closed
3 months ago
0
Fix build for Graviton4 processor
#283
fwessels
closed
3 months ago
0
Support for ARM SVE and better performance for NEON
#281
fwessels
closed
4 months ago
2
tests: Bump CI to Go 1.22
#280
klauspost
closed
6 months ago
0
Remove double load on 64 byte loop init
#279
klauspost
closed
6 months ago
0
Loading argument twice off the stack?
#278
fwessels
closed
6 months ago
0
benchmark: Add CSV header
#277
klauspost
closed
7 months ago
0
How does the performance compare with golang's https://github.com/klauspost/reedsolomon?
#276
loverustfs
closed
2 months ago
1
Remove dead code in fwht
#275
AndersTrier
closed
8 months ago
5
Try further optimize ReconstructSome for leopard 8+16
#274
liamsi
closed
6 months ago
3
Update link in README.md
#273
cristaloleg
closed
8 months ago
0
Optimize ReconstructSome for leopard 8+16
#272
elias-orijtech
opened
8 months ago
14
concurrency: (*inversionTree).GetInvertedMatrix holds a read-lock before returning a slice to naked usage yet slices are mutable and without the lock hence susceptible to using the wrong data/data races
#271
odeke-em
closed
8 months ago
2
updated simple-en/decoder to use shard headers.
#270
spikebike
closed
9 months ago
1
Added example usage to example/README.md; fixed some typos
#269
HJLebbink
closed
9 months ago
0
Add pure AVX GFNI mode
#268
klauspost
closed
10 months ago
3
Allow reconstructSome to reconstruct parity shards
#267
walldiss
closed
10 months ago
0
Consider allowing reconstructSome to compute parity shards
#265
walldiss
closed
10 months ago
0
`ReconstructSome` for Leopard
#264
Wondertan
closed
10 months ago
3
Implement proper ReconstructSome for leopard
#262
liamsi
closed
11 months ago
0
Slice len is always non-negative
#261
cristaloleg
closed
11 months ago
1
Drop galSub as not really used
#259
cristaloleg
closed
11 months ago
0
A
#257
klauspost
closed
11 months ago
0
Add nopshufb tag
#256
klauspost
closed
11 months ago
0
JS implementation
#255
AT19947
closed
1 year ago
1
Use faster division for matrix construction
#254
klauspost
closed
1 year ago
0
First parameter of galDivide is always 1
#253
cristaloleg
closed
1 year ago
9
Fix unit typo in benchmark
#252
cxz66666
closed
1 year ago
1
Encoder return the same content for many shards
#251
AT19947
closed
1 year ago
4
Add benchmark application
#249
klauspost
closed
1 year ago
0
EncodeIdx: Use advanced AVX2/GFNI
#248
klauspost
closed
1 year ago
0
How to speed up progressive encoding?
#247
1f604
closed
1 year ago
6
defer wg.Done
#246
klauspost
closed
1 year ago
1
(*reedSolomon).codeSomeShardsGFNI and others should make use of defer for sync.WaitGroup operations like .Done() and .Wait()
#245
odeke-em
closed
1 year ago
1
doc: update IsSquare doc
#244
egbakou
closed
1 year ago
0
Add new error `ErrInvalidShardSize`
#243
rootulp
closed
1 year ago
1
Consider introducing a new error when shard size is not a multiple of 64
#242
rootulp
closed
1 year ago
0
Fix matrix buffer sizes
#241
klauspost
closed
1 year ago
0
Slice bounds out of range [6400:3200] in codeSomeShardsAVXP
#240
ChrisSchinnerl
closed
1 year ago
4
tests: add golang 1.20
#239
leyou240
closed
1 year ago
0
Fix split OOB and zeroing
#238
klauspost
closed
1 year ago
0
runtime error: slice bounds out of range
#237
njflove
closed
1 year ago
3
Can we use WithLeopardGF16(true) when shards are less than 256?
#235
ptbxzrt
closed
1 year ago
0
Fix Split function with 0 erasure
#234
klauspost
closed
1 year ago
0
zero memery padding on stream split, fix potential OOM issues.
#233
0xbillw
closed
1 year ago
1
panic: runtime error: index out of range at Split()
#232
huo-ju
closed
1 year ago
1
Retract v1.11.2
#231
klauspost
closed
1 year ago
0
Next