Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
crimson-gao committed Jul 31, 2024
1 parent 313403b commit a9338cf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cgo/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
## 介绍
cgo-zstd 是基于 cgo 实现的 zstd 压缩库,比纯 go 实现的 zstd 在性能上具有一定优势。
下面介绍如何开启此扩展来提升 zstd 压缩的性能。

## 依赖
使用此扩展,需要设置 go env 中的 CGO_ENABLED=1,且环境中已安装了合适的编译器,linux 上通常是 gcc。
可以通过以下命令查看当前 CGO_ENABLED 是否打开。
Expand Down

0 comments on commit a9338cf

Please sign in to comment.