commit | 37ca9774edf56af901bf9ba9a53353cb48f28cd2 | [log] [tgz] |
---|---|---|
author | Nigel Tao <nigeltao@golang.org> | Thu Feb 13 11:15:07 2014 +1100 |
committer | Nigel Tao <nigeltao@golang.org> | Thu Feb 13 11:15:07 2014 +1100 |
tree | 74c6db1e92da13ad317a627056ab4b4b1cf9caa2 | |
parent | 4c53d991ed12ec5cadd92e12b001069cd8de5dec [diff] |
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://golang.org/cl/62000046