]> Cypherpunks repositories - gostls13.git/commit
compress/flate: increase the length of hash table from 1<<15 to 1<<17. 0%-16% speedup.
authorIvan Krasin <krasin@golang.org>
Tue, 24 Jan 2012 18:52:45 +0000 (13:52 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 24 Jan 2012 18:52:45 +0000 (13:52 -0500)
commit565e140a16cb26fb878ee7554ca62c90ac9fa351
treef1540fea19bef3346d2af847e4d91d91b8546a30
parentda6d835b90a52d9f86aaf526903fb491b7bb41a6
compress/flate: increase the length of hash table from 1<<15 to 1<<17. 0%-16% speedup.

R=rsc, imkrasin
CC=golang-dev
https://golang.org/cl/5569048
src/pkg/compress/flate/deflate.go