README.md
December 5, 2022 ยท View on GitHub
Description
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 planetsourcecode (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? ;)
More Info
| Submitted On | 2000-11-13 15:32:24 |
| By | Fredrik Qvarfort |
| Level | Intermediate |
| User Rating | 5.0 (302 globes from 61 users) |
| Compatibility | VB 5.0, VB 6.0 |
| Category | Miscellaneous |
| World | Visual Basic |
| Archive File | CODE_UPLOAD1164011132000.zip |