Coder Social home page Coder Social logo

Comments (2)

lrq3000 avatar lrq3000 commented on May 17, 2024

By reading the sourcecode you linked to, it appears the Go library is using a matrix Reed-Solomon approach, which is another way to implement the algo with some specificities but the advantage is that it is easily parallelizable. Unfortunately, our lib reedsolo does not implement the matrix approach but the original sequence-based approach (unofficial term I am making up, I am not aware how this is called, it's just not the matrix approach).

You need to look for a library that offers Vandermonde or Cauchy Reed-Solomon. You may also have a look at another python library called Galois which implements its own Reed-Solomon codec, though I didn't yet check how it is done internally, so I'm not sure it is matrix based.

If you don't care about parallelization, reedsolo should be compatible weth whatever the Go library generates since reedsolo is a universal RS codec, in the Readme there is a link to a code snippet to autodetect the RS parameters from an encoded message.

from reedsolomon.

alplabin avatar alplabin commented on May 17, 2024

I see, thank you for clarifying!
Unfortunately, I specifically require a matrix Reed-Solomon approach for my project. I will explore alternative libraries that can fulfill this requirement.

from reedsolomon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.