You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "T Jake Luciani (JIRA)" <ji...@apache.org> on 2012/12/06 21:23:09 UTC

[jira] [Updated] (CASSANDRA-5038) LZ4Compressor

     [ https://issues.apache.org/jira/browse/CASSANDRA-5038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

T Jake Luciani updated CASSANDRA-5038:
--------------------------------------

    Description: 
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

  was:
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.

The nice thing is this should work with java7 and be more portable.
We can also fallback the pure java impl

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