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

Issue 5554066: code review 5554066: compress/flate: make lazy matching work. (Closed)

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:
CC:
rsc, imkrasin, golang-dev
Visibility:
Public.

Description

compress/flate: make lazy matching work.

Patch Set 1 #

Patch Set 2 : diff -r 0b98ba2443b0 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 0b98ba2443b0 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 0b98ba2443b0 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 0b98ba2443b0 https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r 0b98ba2443b0 https://go.googlecode.com/hg/ #

Patch Set 7 : diff -r 0b98ba2443b0 https://go.googlecode.com/hg/ #

Patch Set 8 : diff -r 0b98ba2443b0 https://go.googlecode.com/hg/ #

Patch Set 9 : diff -r 0b98ba2443b0 https://go.googlecode.com/hg/ #

Patch Set 10 : diff -r 0b98ba2443b0 https://go.googlecode.com/hg/ #

Patch Set 11 : diff -r 0b98ba2443b0 https://go.googlecode.com/hg/ #

Total comments: 6

Patch Set 12 : diff -r 0b98ba2443b0 https://go.googlecode.com/hg/ #

Patch Set 13 : diff -r 0b98ba2443b0 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8917 lines, -25 lines) Patch
M src/pkg/compress/flate/deflate.go View 1 2 3 4 5 8 chunks +20 lines, -18 lines 0 comments Download
M src/pkg/compress/flate/deflate_test.go View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +39 lines, -7 lines 0 comments Download
A src/pkg/compress/testdata/Mark.Twain-Tom.Sawyer.txt View 1 2 3 1 chunk +8858 lines, -0 lines 0 comments Download

Messages

Total messages: 12
imkrasin
Russ, the fix is ready for the review. Before committing, I would like to add ...
12 years, 3 months ago (2012-01-19 18:10:31 UTC) #1
rsc
Nice, thanks. Can we define const neverSkipHashing = math.MaxInt32 or something like that?
12 years, 3 months ago (2012-01-19 18:31:52 UTC) #2
imkrasin
Done. I have added the book (public domain) as a comprehensive deflate-inflate ascii test, but ...
12 years, 3 months ago (2012-01-20 02:16:52 UTC) #3
imkrasin
Russ, please, take a look.
12 years, 3 months ago (2012-01-20 07:16:40 UTC) #4
rsc
Should the compressed form of the test data be checked against a maximum size for ...
12 years, 3 months ago (2012-01-20 17:48:34 UTC) #5
imkrasin
Done.
12 years, 3 months ago (2012-01-20 22:32:11 UTC) #6
rsc
looks good but please address the limit count problem. also please run hg mail 5554066 ...
12 years, 3 months ago (2012-01-20 22:38:52 UTC) #7
Ivan Krasin
Hello rsc@golang.org, imkrasin@gmail.com (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-20 22:44:44 UTC) #8
imkrasin
http://codereview.appspot.com/5554066/diff/1016/src/pkg/compress/flate/deflate_test.go File src/pkg/compress/flate/deflate_test.go (right): http://codereview.appspot.com/5554066/diff/1016/src/pkg/compress/flate/deflate_test.go#newcode286 src/pkg/compress/flate/deflate_test.go:286: limit []int On 2012/01/20 22:38:52, rsc wrote: > Please ...
12 years, 3 months ago (2012-01-20 22:44:51 UTC) #9
imkrasin
Russ, I'm not a committer. Could you please commit this CL for me? Thanks!
12 years, 3 months ago (2012-01-20 22:59:50 UTC) #10
rsc
LGTM Will submit a bit later.
12 years, 3 months ago (2012-01-20 23:09:21 UTC) #11
rsc
12 years, 3 months ago (2012-01-21 04:35:23 UTC) #12
*** Submitted as fe4589a9405c ***

compress/flate: make lazy matching work.

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

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