Noun
run-length encoding (countable and uncountable, plural run-length encodings)
English Wikipedia has an article on:run-length encodingWikipedia
(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).