lz4 / lz4-java

LZ4 compression for Java
Apache License 2.0
1.1k stars 253 forks source link

JNI binding support for ppc64le Linux #84

Closed odaira closed 7 years ago

odaira commented 8 years ago

This pull request is to support JNI binding for the IBM POWER little endian architecture (ppc64le) in Linux. All of the tests in "ant test" were successful on ppc64le and amd64 Linux.

kmadhugit commented 7 years ago

I got around 300% improvement on micro benchmark with native implementation on Power systems. This compression is also used in Spark, so if this pull request is accepted quickly, it will help Power community. Please expedite the review.

kiszk commented 7 years ago

Is there any obstacle to merge this PR? If it is necessary to verify it on ppc64le platform by others, I am willing to do it.

odaira commented 7 years ago

@Cyan4973 Now that lz4-java has been transferred to lz4.org, could you merge this (as well as other pull requests) and release a new version? Thanks!

kmadhugit commented 7 years ago

@Cyan4973 Is there any blocking issue to merge this pull request?

Cyan4973 commented 7 years ago

nope, no issue, I guess @odaira will be able to take of it more directly now.