This repository was archived by the owner on Dec 2, 2025. It is now read-only.
JNI binding support for ppc64le Linux - #84
Merged
Conversation
|
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. |
|
Is there any obstacle to merge this PR? |
Member
Author
|
@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! |
|
@Cyan4973 Is there any blocking issue to merge this pull request? |
Member
|
nope, no issue, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.