VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

LZSS Compress/Decompress

Jesper Soderberg  (1 Submission)   Miscellaneous   Visual Basic 3.0   Unknown Difficulty   Wed 3rd February 2021

This is a standard LZSS compression/decompression engine. It is written in VB for learning purposes, and should be converted to C/C++ if it is to be used with large amounts of data. It uses a dictionary compression algorithm (like ZIP,ARJ and others) and works the best on data with a lot of repetitions.

Inputs
sCompData - the string to be compressed, sDecompData - the string to be decompressed

Returns
Should be obvious

Rate LZSS Compress/Decompress (5(5 Vote))
LZSS Compress/Decompress.bas

LZSS Compress/Decompress Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters