Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implements ByteBuffer support for all LZ4 methods #49

Merged
merged 4 commits into from
Oct 6, 2014

Commits on Aug 25, 2014

  1. Implements ByteBuffer support for all LZ4 methods, running with the same

    performance as byte array methods for the JNI and Unsafe versions.
    blambov committed Aug 25, 2014
    Configuration menu
    Copy the full SHA
    8357429 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2014

  1. Simplifies getting the address of a direct buffer.

    Fixes build rule for java-unsafe.
    Removes leftover code in threaded bench.
    blambov committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    cf5f899 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2014

  1. Removes test duplication by generalizing testRoundTrip to work on both

    byte[] and ByteBuffers.
    blambov committed Sep 30, 2014
    Configuration menu
    Copy the full SHA
    2d098f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2014

  1. Fixes >2G address problem and adds test for it.

    Changes LZ4ByteBufferUtils to be generated from lz4 utils template.
    blambov committed Oct 3, 2014
    Configuration menu
    Copy the full SHA
    944b8db View commit details
    Browse the repository at this point in the history