Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(845)

Issue 5569048: code review 5569048: compress/flate: increase the length of hash table from ...

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 3 months ago by Ivan Krasin
Modified:
12 years, 3 months ago
Reviewers:
rsc
CC:
rsc, imkrasin, golang-dev
Visibility:
Public.

Description

compress/flate: increase the length of hash table from 1<<15 to 1<<17. 0%-16% speedup.

Patch Set 1 : diff -r 29b7347f0db1 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/pkg/compress/flate/deflate.go View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8
Ivan Krasin
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 3 months ago (2012-01-24 03:16:45 UTC) #1
Ivan Krasin
Performance measurements are given at http://code.google.com/p/go/issues/detail?id=2726
12 years, 3 months ago (2012-01-24 03:17:42 UTC) #2
rsc
I am not sure about this change. Why does making the hash table bigger (which ...
12 years, 3 months ago (2012-01-24 15:36:05 UTC) #3
imkrasin
On 2012/01/24 15:36:05, rsc wrote: > I am not sure about this change. > > ...
12 years, 3 months ago (2012-01-24 17:43:41 UTC) #4
imkrasin
err. s/single-linker list/single-linked list/, of course. :)
12 years, 3 months ago (2012-01-24 17:44:25 UTC) #5
imkrasin
On 2012/01/24 17:44:25, imkrasin wrote: > err. s/single-linker list/single-linked list/, of course. :) I would ...
12 years, 3 months ago (2012-01-24 17:59:38 UTC) #6
rsc
LGTM
12 years, 3 months ago (2012-01-24 18:49:39 UTC) #7
rsc
12 years, 3 months ago (2012-01-24 18:52:50 UTC) #8
*** Submitted as http://code.google.com/p/go/source/detail?r=2d5bddf02998 ***

compress/flate: increase the length of hash table from 1<<15 to 1<<17. 0%-16%
speedup.

R=rsc, imkrasin
CC=golang-dev
http://codereview.appspot.com/5569048

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b