1
0
mirror of https://github.com/git/git.git synced 2024-09-28 08:49:45 +02:00
git/vcs-svn
David Barr 90c0a3cfe3 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>
2011-03-22 18:09:05 -05:00
..
fast_export.c
fast_export.h
LICENSE
line_buffer.c
line_buffer.h
line_buffer.txt
obj_pool.h
repo_tree.c
repo_tree.h
string_pool.c
string_pool.h
string_pool.txt
svndump.c vcs-svn: implement perfect hash for top-level keys 2011-03-22 18:09:05 -05:00
svndump.h
trp.h
trp.txt