Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 537 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 537 Bytes

See upstream.

Changes upstream to build zstd as part of the Cgo build, instead of vendoring libraries for supported platforms. It also takes the zstd dependency as git submodule.

This fork changes the import path of upstream to be github.com/dolthub/gozstd.

This fork adds -O3 -DZSTD_MULTITHREAD as compile flags when building the C code.

To update the zstd version, update the submodule, and then run ./import_zstd.sh. It's possible ./import_zstd.sh will break with future zstd updates.