Hacker News new | ask | show | jobs
by another 5177 days ago
This article is great---but would anyone like to recommend a good reference to implementing Reed-Solomon (and other FEC schemes?) that includes decoding?
1 comments

I find James Plank's tutorials and accompanying code very good:

http://web.eecs.utk.edu/~plank/plank/papers/CS-07-593/

And if you want an excellent description of how Reed-Solomon coding is efficiently implemented in Linux, try this:

http://kernel.org/pub/linux/kernel/people/hpa/raid6.pdf