]> Cypherpunks repositories - gostls13.git/commit
exp/norm: added trie lookup code and associated tests.
authorMarcel van Lohuizen <mpvl@golang.org>
Wed, 10 Aug 2011 13:36:27 +0000 (15:36 +0200)
committerMarcel van Lohuizen <mpvl@golang.org>
Wed, 10 Aug 2011 13:36:27 +0000 (15:36 +0200)
commit849b54a2f9e8a2db6693406a46a0dae78a48341d
tree00eb559c1030d61f772f65b235141ec92b58d8d9
parent00cb627b8791082f7abc69dd78eb36fa3e05063f
exp/norm: added trie lookup code and associated tests.
- triegen.go: Factored out trie generation code from maketables.go
  (only renamed printTrieTables to printTables and made it a method).
- maketesttables.go: new tool to generate data for the trie unit test.
- Makefile: changed accordingly.
- trie.go: trie lookup code.
- trietest_data.go: generated by maketesttables.go.
- trie_test.go: unit test for trie.go.

R=r
CC=golang-dev
https://golang.org/cl/4844053
src/pkg/exp/norm/tables.go