Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
有一个相对较新的项目:https://github.com/ning/jvm-compressor-benchmark
与 deflate 相比,虽然不包括 LZO,但为其添加驱动程序应该很容易。
There's a relatively new project: https://github.com/ning/jvm-compressor-benchmark
which compares deflate, and while LZO is not included, adding driver for it should be easy.
我已经将最新的minilzo.c移植到java中。初始版本位于 http://code.google.com/p/java-compress/< /a>.很快我将为我的端口添加基于 java 的基准测试。
问候
马哈德万
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