1
0
mirror of https://github.com/golang/go synced 2024-10-04 12:11:24 -06:00
go/src/pkg/hash
Brad Fitzpatrick ba43be30c4 adler32: speed up ~40% by avoiding bounds checks
before & after:
adler32.BenchmarkGolden	  100000	     14747 ns/op
adler32.BenchmarkGolden	  200000	      8761 ns/op

Found by profiling PNG encoding.

R=rsc, bradfitzwork, eds
CC=golang-dev
https://golang.org/cl/4441073
2011-04-27 21:36:11 -07:00
..
adler32 adler32: speed up ~40% by avoiding bounds checks 2011-04-27 21:36:11 -07:00
crc32 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
crc64 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
fnv src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
hash.go src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
test_cases.txt mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
test_gen.awk mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00