• Marcel van Lohuizen's avatar
    exp/norm: added trie lookup code and associated tests. · 849b54a2
    Marcel van Lohuizen authored
    - 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
    849b54a2
Name
Last commit
Last update
..
Makefile Loading commit data...
maketables.go Loading commit data...
maketesttables.go Loading commit data...
norm_test.go Loading commit data...
normalize.go Loading commit data...
tables.go Loading commit data...
trie.go Loading commit data...
trie_test.go Loading commit data...
triedata_test.go Loading commit data...
triegen.go Loading commit data...