nspcc-dev / nspcc-dev/neofs-node
Explore Reed-Solomon coder options for optimizations
Open
Nobody has claimed this yet.
enhancement
I4
neofs-storage
performance
S3
U4
- Dominant language
- Go
- Stars
- 38
- Forks
- 51
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 38
Description
Is your feature request related to a problem? Please describe.
https://pkg.go.dev/github.com/klauspost/reedsolomon#New is used for EC encoding/decoding. It provides various options incl. optimizing ones, but we do not use any of them
Describe the solution you'd like
- look around the options, choose fitting ones (if any)
- prepare benchmarks
- make an improvement
Additional context
#3457
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the Reed-Solomon New options at https://pkg.go.dev/github.com/klauspost/reedsolomon#New and the related context in issue #3457. Identify which optimization options could fit the current EC encoding/decoding usage, then prepare benchmarks and compare the results. Done means a justified option choice, benchmark evidence, and a measurable improvement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- distributed-systems, performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100