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

Update compressor list in README #103

Merged
merged 1 commit into from
Jan 3, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
[![Maven Central](https://img.shields.io/maven-central/v/io.airlift/aircompressor.svg?label=Maven%20Central)](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.airlift%22%20AND%20a%3A%22aircompressor%22)
[![Build Status](https://travis-ci.org/airlift/aircompressor.svg?branch=master)](https://travis-ci.org/airlift/aircompressor)

This library contains implementations of [LZ4](https://github.com/Cyan4973/lz4),
[Snappy](http://code.google.com/p/snappy/), and
[LZO](http://www.oberhumer.com/opensource/lzo/) written in pure Java. They are
This library contains implementations of
[LZ4](https://www.lz4.org/),
[Zstandard](https://www.zstd.net/) (Zstd),
[Snappy](https://google.github.io/snappy/), and
[LZO](https://www.oberhumer.com/opensource/lzo/) written in pure Java. They are
typically 10-40% faster than the JNI wrapper for the native libraries.

# Hadoop CompressionCodec
Expand Down