]> Cypherpunks repositories - gostls13.git/commit
godoc: use new index/suffixarray serialization code
authorRobert Griesemer <gri@golang.org>
Thu, 15 Sep 2011 23:21:42 +0000 (16:21 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 15 Sep 2011 23:21:42 +0000 (16:21 -0700)
commit66e44000d4158c96154dc572a76182ca6799c56a
treed524796def3ac71d381a5fb29b0dddf81a08534c
parentbd80b1198bf26e6abd317638d3861101b6ff72ad
godoc: use new index/suffixarray serialization code

When saving/restoring the fulltext index, the entire
respective suffixarray is now saved/restored (as opposed
to the indexed data only, and the suffixarray recreated).
This saves significant start-up time for large indexes,
at the cost of significantly larger index files.

R=r
CC=golang-dev
https://golang.org/cl/5037043
src/cmd/godoc/index.go