Re: LZ: a zipping utility


[Prev][Next][Index][Thread]

Re: LZ: a zipping utility



Unzipping wouldnt be bad. Zipping would be a pain. To unzip, all we have to do
is make it so that when it saw an escape code (say like an ascii 0) it would
take the next number after that and go to a table. Then from the table, it
would get the offsett in the string for the macro and the length. Unzipping
would merely make another string (I dont think thats a prob, cuz if you make
a new string, youre not shifting strings around memory)


--Steve


References: