func github.com/klauspost/compress/zstd.NewWriter
4 uses
github.com/klauspost/compress/zstd (current package)
dict.go#L538: enc, err := NewWriter(nil, opts...)
encoder.go#L67: func NewWriter(w io.Writer, opts ...EOption) (*Encoder, error) {
simple_go124.go#L25: enc, err = NewWriter(nil, WithEncoderConcurrency(runtime.NumCPU()), WithWindowSize(1<<20), WithLowerEncoderMem(true), WithZeroFrames(true))
zip.go#L125: enc, err = NewWriter(w, opts...)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |