Current Forum: Homework 4 - Huffman Trees (Part 1) |
Date: Wed Oct 10 2001 1:45 am |
Author: Yin, Hongxi <hongxiy@andrew.cmu.edu> |
Subject: Comp. and DeComp. Speed issues |
|
|
I compressed a text file named 1.txt(25KB) to 2.txt(107KB), it took me 30 seconds. When I decopressed this 2.txt to 3.txt (25KB), it took almost 3 minutes. But the result is good. Q1: why compressed file 2.txt is bigger than the original file?
Q2: does the Decomp. took more time than Comp.
|
|