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 dictionary compression support. #10

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

Commits on Jun 23, 2020

  1. Merge pull request #1 from 10XGenomics/master

    Merge 10XGenomics fork.
    Thoren Paulson committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    a0d0346 View commit details
    Browse the repository at this point in the history
  2. Add support for dictionary compression.

    LZ4 supports using a dictionary when processing data, which can make
    a big difference on small messages/files. This change exposes the
    relevant functions in lz4-sys, and extends Encoder and Decoder to
    support using dictionaries.
    thoren-d committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    c4f4fe0 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Configuration menu
    Copy the full SHA
    a80959f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61a6262 View commit details
    Browse the repository at this point in the history
  3. Fix merge conflicts.

    thoren-d committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    c888cd7 View commit details
    Browse the repository at this point in the history