views:

473

answers:

1

The (very outdated) page for LZO contains a link to a Java implementation. There is also the vague promise of "New ... Java ... interfaces ... sometime in the near future.", but I believe that has been there for a few years.

This makes me think that the old LZO Java implementation may have been slow. Are there any benchmarks measuring the performance, as well as its relative performance to other compressors (eg, deflate)?

A: 

I have ported the latest minilzo.c to java. Initial version is at http://code.google.com/p/java-compress/. Shortly I will adding java based benchmarks for my port.

regards

mahadevan

mahadevan gss