实现新的gzip库提升gzip性能

This commit is contained in:
GoEdgeLab
2022-04-30 22:22:30 +08:00
parent adebfb72d5
commit 3140c867de
4 changed files with 8 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
package compressions
import (
"compress/gzip"
"github.com/klauspost/compress/gzip"
"io"
)