Jump to content

Run-length encoding

From Simple English Wikipedia, the free encyclopedia
Revision as of 08:35, 16 February 2023 by Eptalon (talk | changes) (removed Category:Algorithms; added Category:Data compression using HotCat)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Run-length encoding (RLE) is a very simple form of lossless data compression. In RLE runs of data (that is, sequences in which the same data value occurs in many consecutive data elements) are stored as a single data value and count, rather than as the original run.