Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

LZ4 support #109

Merged
merged 8 commits into from
Jun 21, 2014
Merged

LZ4 support #109

merged 8 commits into from
Jun 21, 2014

Commits on Jun 21, 2014

  1. Add LZ4 compression support

    Broken because lz4-ruby doesn't handle multi-byte characters
    iconara committed Jun 21, 2014
    Configuration menu
    Copy the full SHA
    08ff144 View commit details
    Browse the repository at this point in the history
  2. Update to lz4-ruby 0.3.2

    This one supports multibyte characters
    iconara committed Jun 21, 2014
    Configuration menu
    Copy the full SHA
    cee9051 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcbda45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22a55d1 View commit details
    Browse the repository at this point in the history
  5. Add info about LZ4 to the readme

    [ci skip]
    iconara committed Jun 21, 2014
    Configuration menu
    Copy the full SHA
    2a6c0ed View commit details
    Browse the repository at this point in the history
  6. Optimize the LZ4 compressor by constanticizing strings

    It's not a big optimization, but it's something
    iconara committed Jun 21, 2014
    Configuration menu
    Copy the full SHA
    1ca9d3b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f3520b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9b0cb3e View commit details
    Browse the repository at this point in the history