Tornado code: Difference between revisions

Content deleted Content added
Linas (talk | contribs)
m moved Tornado codes to Tornado code: singular
Patched a link. This looks like a fascinating subject, but no time to chase down references right now.
Line 1:
In [[computer science]], '''tornado codes''' are a class of [[erasure codes]] that support [[error correctingdetection codeand correction|error-correcting correction]] and have fast encoding and decoding algorithms. Software-based implementations of tornado codes are about 100 times faster on small lengths and about 10,000 times faster on larger lengths than software-based [[Reed-Solomon]] erasure codes while having only slightly worse overhead.
 
Tornado codes are fixed rate, near optimal erasure correcting codes andthat use sparse bipartite graphs to trade encoding and decoding speed for reception overhead. Since the introduction of Tornado codes, many other similar codes have emerged, most notably [[Online codes]], [[LT codes]] and [[Raptor codes]].
 
{{Comm-stub}}