Menu

Block Sorting Compression Algorithm / News: Recent posts

Final version released

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 bytes are written, and everything is Ok. When run on MSB machines, the two upper bytes of the integer are written, and when 1 is read, 65536 is stored in buffer.

Posted by Omry 2002-03-07

Beta 0.7 submitted

All bugs should be fixed.

Posted by Omry 2002-01-15

Beta 0.6.1 submitted!

Beta 0.6.1 submitted!

Posted by Omry 2002-01-12

Version 0.5 submitted

Yesterday version 0.5 was submitted.

Posted by Omry 2002-01-09

Hear ye haer ye!

Alg D was released!!!!
Go and grab it.

Posted by Eitan 2001-12-26
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.