• Nigel Tao's avatar
    exp/html/atom: add more atoms. · 90fa13d2
    Nigel Tao authored
    This completely covers the tags used by exp/html's parser.
    
    Before:
    295 atoms; 1406 string bytes + 2048 tables = 3454 total data
    BenchmarkLookup    50000         59841 ns/op
    
    After:
    322 atoms; 1508 string bytes + 2048 tables = 3556 total data
    BenchmarkLookup    50000         60159 ns/op
    
    R=r
    CC=golang-dev
    https://golang.org/cl/6296045
    90fa13d2
Name
Last commit
Last update
..
atom.go Loading commit data...
atom_test.go Loading commit data...
gen.go Loading commit data...
table.go Loading commit data...
table_test.go Loading commit data...