Thanks Jonathan for reviewing the series and for suggesting a good compromise between readability and performance. The first patch of the last version has been split into two. Patch 6 follows the spirit of patches 4 and 5, for a consistent approach to switching on constant strings. .gitignore | 3 - Makefile | 13 +-- t/t0080-vcs-svn.sh | 117 ------------------ test-obj-pool.c | 116 ------------------ test-string-pool.c | 31 ----- test-treap.c | 70 ----------- vcs-svn/LICENSE | 3 - vcs-svn/fast_export.c | 64 +++++----- vcs-svn/fast_export.h | 14 +- vcs-svn/obj_pool.h | 61 --------- vcs-svn/repo_tree.c | 36 ++---- vcs-svn/repo_tree.h | 12 +-- vcs-svn/string_pool.c | 113 ----------------- vcs-svn/string_pool.h | 12 -- vcs-svn/string_pool.txt | 43 ------- vcs-svn/svndump.c | 309 ++++++++++++++++++++++++++++------------------- vcs-svn/trp.h | 237 ------------------------------------ vcs-svn/trp.txt | 109 ----------------- 18 files changed, 237 insertions(+), 1126 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html