Content deleted Content added
Astronautguo (talk | contribs) Disambiguated: ACM → Association for Computing Machinery (2) |
Make use of new redirect from Reed–Solomon erasure code to Reed–Solomon error correction. |
||
Line 1:
In [[computer science]], '''Tornado codes''' are a class of [[erasure codes]] that support [[error correction]]. Tornado codes require a constant C more redundant blocks than the more data-efficient [[
Tornado codes use a layered approach. All layers except the last use an [[LDPC]] error correction code, which is fast but has a chance of failure. The final layer uses a Reed-Solomon correction code, which is slower but is optimal in terms of failure recovery. Tornado codes dictates how many levels, how many recovery blocks in each level, and the distribution used to generate blocks for the non-final layers.
|