run-length encoding

التعريفات والمعاني

== English == === Noun === run-length encoding (countable and uncountable, plural run-length encodings) (computing) A simple data compression scheme in which sequences of the same item are replaced by one such item and a count (so for example the text BBBBB is stored as a single B with count of 5).