commit | 90c0a3cfe390208c86144bf97ec8fa5610febe0f | [log] [tgz] |
---|---|---|
author | David Barr <david.barr@cordelta.com> | Mon Dec 13 19:56:01 2010 +1100 |
committer | Jonathan Nieder <jrnieder@gmail.com> | Tue Mar 22 18:09:05 2011 -0500 |
tree | 43c999dc8c3e3de4bab982c4c9519fd64fb1da56 | |
parent | 044ad2906a5e4b805bc8c8d121466d8ff94ecbfb [diff] |
vcs-svn: implement perfect hash for top-level keys Instead of interning property names and comparing their string_pool keys, look them up in a table by string length, which should be about as fast. Another small step towards removing dependence on string_pool altogether. Signed-off-by: David Barr <david.barr@cordelta.com> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>