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

Issue 62000046: code review 62000046: go.net/publicsuffix: print how much wiggle room we have... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 1 month ago by nigeltao
Modified:
11 years, 1 month ago
Reviewers:
volker.dobler
CC:
volker.dobler, golang-codereviews
Visibility:
Public.

Description

go.net/publicsuffix: print how much wiggle room we have when encoding the Public Suffix List as a compact sequence of uint32s. Currently: max children 366 (capacity 511) max text offset 22351 (capacity 32767) max text length 36 (capacity 63) max hi 6406 (capacity 16383) max lo 6399 (capacity 16383)

Patch Set 1 #

Patch Set 2 : diff -r a410c0c2ab2e https://code.google.com/p/go.net #

Patch Set 3 : diff -r a410c0c2ab2e https://code.google.com/p/go.net #

Total comments: 1

Patch Set 4 : diff -r a410c0c2ab2e https://code.google.com/p/go.net #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -0 lines) Patch
publicsuffix/gen.go View 1 4 chunks +33 lines, -0 lines 0 comments Download

Messages

Total messages: 3
nigeltao
Hello dr.volker.dobler@gmail.com (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.net
11 years, 1 month ago (2014-02-12 02:53:15 UTC) #1
volker.dobler
LGTM https://codereview.appspot.com/62000046/diff/40001/publicsuffix/gen.go File publicsuffix/gen.go (right): https://codereview.appspot.com/62000046/diff/40001/publicsuffix/gen.go#newcode240 publicsuffix/gen.go:240: fmt.Fprintf(os.Stderr, "max text length %d (capacity %d)\n", maxTextLength, ...
11 years, 1 month ago (2014-02-12 08:24:24 UTC) #2
nigeltao
11 years, 1 month ago (2014-02-13 00:15:22 UTC) #3
*** Submitted as
https://code.google.com/p/go/source/detail?r=b3b868a2af71&repo=net ***

go.net/publicsuffix: print how much wiggle room we have when encoding
the Public Suffix List as a compact sequence of uint32s.

Currently:
max children 366 (capacity 511)
max text offset 22351 (capacity 32767)
max text length 36 (capacity 63)
max hi 6406 (capacity 16383)
max lo 6399 (capacity 16383)

LGTM=dr.volker.dobler
R=dr.volker.dobler
CC=golang-codereviews
https://codereview.appspot.com/62000046
Sign in to reply to this message.

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