Hello again, I've finished an early version of the java.util.zip.Deflater implementation that uses striding. Its in an early stage and quite likely will be buggy. It passes FlaterTest and a simple test written by myself, but maybe acts differently in corner-cases.
I would be happy to receive some comments as well as criticism ;) lg Clemens PS: Sorry for the traffic lately.
Deflater.c
Description: Binary data
Deflater.java
Description: Binary data
