Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Digital Lempel Ziv 1

You are here: irt.org | FOLDOC | Digital Lempel Ziv 1

<algorithm> (DLZ1) A Lempel-Ziv compression algorithm which maps variable length input strings to variable length output symbols. During compression, the algorithm builds a dictionary of strings which is accessed by means of a hash table. Compression occurs when input data matches a string in the table and is replaced with the output symbol.

DLZ1 is used on Digital Linear Tape.

(1997-04-05)

Nearby terms: Digital Equipment Corporation Network « Digital European Cordless Telecommunications « Digital Express Group, Inc. « Digital Lempel Ziv 1 » Digital Library Initiative » Digital Linear Tape » digital logic

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb