VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Huffman Compression/Decompression

by Fredrik Qvarfort (3 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (61 Votes)

This is a Compression/Decompression routine using Huffman Encoding/Decoding, and works best on normal text files.
The code is *highly* optimized, and to show how fast this is I can mention another code sample found here on vbcoders.com (from August 1st 2000) which also uses Huffman Encoding. That code took 127 seconds to compress a 1.8mb textfile, but with my code this takes less than 1 second!! (that's an approvement of 12700%!!). That other code was worth 7 excellent points, how many is this worth? ;)

Rate Huffman Compression/Decompression

Download Huffman Compression/Decompression

Download Huffman Compression/Decompression (6 KB)

Huffman Compression/Decompression Comments

No comments have been posted about Huffman Compression/Decompression. Why not be the first to post a comment about Huffman Compression/Decompression.

Post your comment

Subject:
Message:
0/1000 characters