nspcc-dev / nspcc-dev/neofs-node

Explore Reed-Solomon coder options for optimizations

Open
#3,501 2 comments 0 reactions 0 assignees View on GitHub

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

  1. look around the options, choose fitting ones (if any)
  2. prepare benchmarks
  3. make an improvement

Additional context

#3457

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.