Skip to content

Tags: mistsys/cgzip

Tags

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was signed with the committer’s verified signature.
nsd20463 Nicolas S. Dade
morning brings wisdom: performance improvement by removing the finalizer

once it is no longer needed.

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
nsd20463 Nicolas S. Dade
install finalizers for the reader and Writer structs

so that if, for some reason, the calling code fails to Close() the
reader or Writer, we do not leak the z.zstrm's C malloc allocations.

Note that it is safe to call (*reader).Close() and (*Writer).Close()
multiple times: they both set z.err to io.EOF, which then causes
the later calls to short circuit.

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
gurpreetz Gurpreet Singh
Remove `TestEofAndData` since it adds a lot of dependencies

that we dont really care for; and we dont care about this test

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
gurpreetz Gurpreet Singh
goimports -w my change

v1.0.0

Toggle v1.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Record the exact version of what was benchmarked