run-length encoding

Hello, you have come here looking for the meaning of the word run-length encoding. In DICTIOUS you will not only get to know all the dictionary meanings for the word run-length encoding, but we will also tell you about its etymology, its characteristics and you will know how to say run-length encoding in singular and plural. Everything you need to know about the word run-length encoding you have here. The definition of the word run-length encoding will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofrun-length encoding, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

English

Noun

run-length encoding (countable and uncountable, plural run-length encodings)

English Wikipedia has an article on:
Wikipedia
  1. (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).