Run Length Limited
(R-L-L)
A method of encoding data prior to storage. Encoding is simple in that the algorithm simply looks for runs of repeated characters and replaces them with a single instance of the character and the length of the run. The longer the character runs the better the compression.
More Information
Last Changed: Monday, January 23, 2006
Navigation: Computer Knowledge Home :: Terms :: R :: RLL
