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

[nop] [#176] make deps on compression libs optional #177

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on May 26, 2024

  1. [nop] Housekeeping

    ptaoussanis committed May 26, 2024
    Configuration menu
    Copy the full SHA
    4153436 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. [nop] Housekeeping

    ptaoussanis committed May 28, 2024
    Configuration menu
    Copy the full SHA
    9ce3f98 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    3df9dd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a9a391 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. [nop] [taoensso#176] make deps on compression libs optional

    Use reflective calls to interact with org.tukaani/xz and io.airlift/aircompressor so that users of nippy can choose
    to exclude those dependencies if they aren't using compression.
    
    Reflective calls are much slower, and some type-hints were also removed, so these changes might affect performance.
    scarytom committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    ba366e5 View commit details
    Browse the repository at this point in the history