tree: 030b3c94a84a252ab3a569b15280739a90565f30
  1. lib/
  2. LICENSE
  3. README.md
cpp/third_party/zstd-1.5.7/README.md

Zstandard

This directory contains a trimmed source subset from Zstandard 1.5.7.

Upstream source: https://github.com/facebook/zstd

TsFile uses Zstandard under the BSD license option. The GPLv2 COPYING file from the upstream distribution is intentionally not included.

Retained files:

  • LICENSE
  • lib/zstd.h
  • lib/zstd_errors.h
  • lib/common/
  • lib/compress/
  • lib/decompress/

Excluded upstream components include command-line tools, tests, examples, documentation, contrib code, dictionary builder code, deprecated APIs, legacy format support, and zlib wrapper code.