
-----------------------------------
StealthArcher
Wed Dec 05, 2007 4:56 pm

Implementation of DEFLATE.
-----------------------------------
If I were to ask, Does anyone know how I would be able to implement the DEFLATE compression algorithm using turing?

Or any library based lossless commpression algorithm?  Namely, how would you tell if the next data element had been compressed or not?

I think I'm missing something in bit manipulation, but I'm not getting it... :? 

This is for the HBM Converter for those who want to know.

-----------------------------------
Ultrahex
Fri Dec 07, 2007 1:24 pm

Re: Implementation of DEFLATE.
-----------------------------------
The algorithm and its data struture in which they use tells all this information.
For Example (DEFLATE) http://en.wikipedia.org/wiki/DEFLATE#Stream_format
