by decryption, encryption
This is an academic project.A library and a sample program will be developed, that will implement the Burrows-Wheeler compression algorithm, using C++ and templates.This is the same algorithm for BZip.
The final version was submitted today, after yesterday I managed to find the bug that caused it to miss-behave under Solaris. The bug was : int buffer; source->read((char*)&buffer,sizeof(unsigned char)); When run on LSB machines, the two lower ...
Now the program works under Solaris too.
All bugs should be fixed.
All known bugs fixed. Compresses also small files. Fixed small Linux/Un*x stl incompatability.
Beta 0.6.1 submitted!
Fixed some stupid bugs
Changes compression algorithm to stop using STL::string, and use char * instead.
Yesterday version 0.5 was submitted.
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use