Share

Block Sorting Compression Algorithm

Project News for Block Sorting Compression Algorithm

  • 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.

    2002-03-07 05:45:58 UTC by encryption

  • Beta 0.7 submitted

    All bugs should be fixed.

    2002-01-15 19:29:34 UTC by encryption

  • Beta 0.6.1 submitted!

    Beta 0.6.1 submitted!

    2002-01-12 18:55:15 UTC by encryption

  • Version 0.5 submitted

    Yesterday version 0.5 was submitted.

    2002-01-09 11:50:12 UTC by encryption

  • Hear ye haer ye!

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

    2001-12-26 10:02:14 UTC by decryption