commit | b3c06291d02167c52a540da636cc203b5bc8f74b | [log] [tgz] |
---|---|---|
author | Nigel Tao <nigeltao@golang.org> | Thu Aug 29 09:44:13 2019 |
committer | Nigel Tao <nigeltao@golang.org> | Thu Aug 29 23:35:26 2019 |
tree | 243f4326e5cee92d912dee65aeeb55f0a81cdc70 | |
parent | 6ea169446634cd8be66b34220a56860223c9058f [diff] |
ccitt: speed up the highBits function Also fix s/PackBits/HighBits/ typos in reader_test.go. name old time/op new time/op delta HighBits-4 34.8µs ± 2% 11.0µs ± 1% -68.45% (p=0.008 n=5+5) Change-Id: Id5af14536edb66c5313b6fcf711872e5025cb503 Reviewed-on: https://go-review.googlesource.com/c/image/+/191941 Run-TryBot: Nigel Tao <nigeltao@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Horst Rutter <hhrutter@gmail.com> Reviewed-by: Benny Siegert <bsiegert@gmail.com>
This repository holds supplementary Go image libraries.
The easiest way to install is to run go get -u golang.org/x/image/...
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/image
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the image repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/image:” in the subject line, so it is easy to find.