]> Cypherpunks repositories - gostls13.git/commit
exp/locale/collate: added indices to builder for reusing blocks between locales.
authorMarcel van Lohuizen <mpvl@golang.org>
Sat, 8 Sep 2012 01:46:55 +0000 (10:46 +0900)
committerMarcel van Lohuizen <mpvl@golang.org>
Sat, 8 Sep 2012 01:46:55 +0000 (10:46 +0900)
commitef48dfa310450b54fcb3eb4b33ca43329df7c824
tree1bf871863ecc93836b7eb08ddae5bab0c31fdb0c
parent21d94a22fe0a1189468b3c8ad91e379a348e9c39
exp/locale/collate: added indices to builder for reusing blocks between locales.
Refactored build + buildTrie into build + buildOrdering.
Note that since the tailoring code is not checked in yet, all tailorings are identical
to root.  The table therefore should not and does not grow at this point.

R=r
CC=golang-dev
https://golang.org/cl/6500087
src/pkg/exp/locale/collate/build/builder.go
src/pkg/exp/locale/collate/build/builder_test.go
src/pkg/exp/locale/collate/build/order.go