File: README.md

package info (click to toggle)
golang-github-dsnet-compress 0.0.2~git20230904.39efe44%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,724 kB
  • sloc: sh: 108; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 398 bytes parent folder | download
1
2
3
4
5
6
**Note:** The cgo directory contains a collection of cgo wrappers over the
canonical C implementation for each compression format. These cgo wrappers are
only used by the fuzzer and bench tools to test for correctness and performance
of the Go implementations relative to the C implementations.
There are no unit tests for each wrapper since they are thoroughly tested by
the aforementioned tools.