commit | 40f0a0d759d5930bc8bd046fa61c7cc3fe48be5f | [log] [tgz] |
---|---|---|
author | Robert Griesemer <gri@golang.org> | Tue Aug 30 18:47:15 2011 -0700 |
committer | Robert Griesemer <gri@golang.org> | Tue Aug 30 18:47:15 2011 -0700 |
tree | 3eae1a925d06b267cd0d7f7b63969dc4e6b16d78 | |
parent | 68a04dce931430ad4e50910eed09efbc0409158e [diff] |
godoc index: first step towards reducing index size - canonicalize package descriptors - remove duplicate storage of file paths - reduces (current) written index file by approx 3.5MB (from 28434237B to 24686643B, or 13%) - next step: untangle DAG (when serializing, using gob, the index dag explodes into an index tree) R=dsymonds CC=golang-dev https://golang.org/cl/4983042