Run Length Encoding Encoding
Compression

 

The process of converting data into a format that can be used for transmission, storage, or processing. A simple form of data compression where consecutive characters in a string are replaced with a single instance of that character followed by the number of times it occurs.
Reducing the size of data to save storage space or transmission time