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

Introduce XPRESS compresssion on Windows. #1081

Merged
merged 1 commit into from
Apr 20, 2016

Conversation

yuslepukhin
Copy link
Contributor

Comparable with Snappy on comp ratio.
Implemented using Windows API, does not require external package.
Avaiable since Windows 8 and server 2012.
Use -DXPRESS=1 with CMake to enable.

CompressionType::kSnappyCompression,
CompressionType::kZlibCompression,
CompressionType::kBZip2Compression,
CompressionType::kLZ4Compression, // Skip the H type
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should skip LZ4HC. It is a good compaction style.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok.

  Comparable with Snappy on comp ratio.
  Implemented using Windows API, does not require external package.
  Avaiable since Windows 8 and server 2012.
  Use -DXPRESS=1 with CMake to enable.
@yuslepukhin
Copy link
Contributor Author

Travis failures are Java related and unrelated to my change

@yuslepukhin
Copy link
Contributor Author

@siying Pls, take a look when you have a chance.

@siying siying merged commit ee221d2 into facebook:master Apr 20, 2016
@yuslepukhin yuslepukhin deleted the xpress_compression branch April 20, 2016 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants