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

Add native Lz4, Snappy, and Zstd #201

Merged
merged 12 commits into from
Jul 2, 2024
Merged

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    1cbd129 View commit details
    Browse the repository at this point in the history
  2. Upgrade to airbase 157

    dain committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    914b6ae View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    9d98b8a View commit details
    Browse the repository at this point in the history
  2. Remove support for ByteBuffer

    dain committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d634583 View commit details
    Browse the repository at this point in the history
  3. Verify ZstdCodec using ZstdJNI instead of Hadoop code

    The underlying format for zstd in Hadoop is the standard framed format.
    The Hadoop JNI code for Zstd corrupts the process symbol table on Linux
    by loading the Zstd library into the global process symbol table.
    dain committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    da25345 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Add native libraries

    electrum authored and dain committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    578e5b1 View commit details
    Browse the repository at this point in the history
  2. Add NativeLoader

    dain committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    cbfc5a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c08184 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a8b413 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60956f9 View commit details
    Browse the repository at this point in the history
  6. Improve documentation

    dain committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2222f81 View commit details
    Browse the repository at this point in the history
  7. Move to v2 package

    dain committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    1618e85 View commit details
    Browse the repository at this point in the history