[ 
https://issues.apache.org/jira/browse/CASSANDRA-5038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13575307#comment-13575307
 ] 

Adrien Grand commented on CASSANDRA-5038:
-----------------------------------------

I finally managed to deploy an artifact with pre-built JNI bindings for some 
major platforms (win32/amd64, linux/i386, linux/amd64 and darwin/x86_64) to 
Maven Central (http://repo1.maven.org/maven2/net/jpountz/lz4/lz4/1.1.0/). This 
should help provide better performance on these platforms (see compression and 
decompression benchmarks: 
http://jpountz.github.com/lz4-java/1.1.0/lz4-compression-benchmark/ 
http://jpountz.github.com/lz4-java/1.1.0/lz4-decompression-benchmark/).
                
> LZ4Compressor
> -------------
>
>                 Key: CASSANDRA-5038
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5038
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Core
>            Reporter: T Jake Luciani
>            Priority: Minor
>             Fix For: 1.2.2
>
>         Attachments: CASSANDRA-5038.patch, CASSANDRA-5038.patch, 
> LZ4Compressor.java, lz4-java.jar
>
>
> LZ4 is a new compression algo that's ~2x faster than Snappy.
> [~jpountz] has written a nice java port which includes a misc.Unsafe version 
> that performs >= than our java snappy version.
> Details at http://blog.jpountz.net/post/28092106032/wow-lz4-is-fast
> The nice thing is this should work with java7 and be more portable.
> We can also fallback the pure java impl

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to