commit | 044ad2906a5e4b805bc8c8d121466d8ff94ecbfb | [log] [tgz] |
---|---|---|
author | David Barr <david.barr@cordelta.com> | Mon Dec 13 19:13:24 2010 +1100 |
committer | Jonathan Nieder <jrnieder@gmail.com> | Tue Mar 22 18:09:02 2011 -0500 |
tree | 40b6c87408b7412af2ca8e0b14572053b1e0d036 | |
parent | c9d1c8ba059577e64fb2213cb0c5f3c4619c7519 [diff] |
vcs-svn: implement perfect hash for node-prop 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. This is a small step towards removing dependence on string_pool. Signed-off-by: David Barr <david.barr@cordelta.com> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>