From 97c4492c9c25f5cc30aa9121ee99829f66a8ffb9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 20 Sep 2011 06:07:49 +0000 Subject: Move children index into separate array (fewer cache misses in patree_find_edge). git-svn-id: http://svn.drobilla.net/zix/trunk@33 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 --- test/patree_bench.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/patree_bench.c b/test/patree_bench.c index cdd40c8..8af9f9b 100644 --- a/test/patree_bench.c +++ b/test/patree_bench.c @@ -52,7 +52,7 @@ main(int argc, char** argv) return test_fail("Failed to open file %s\n", file); } - size_t max_n_strings = 500000; + size_t max_n_strings = 100000; /* Read input strings */ char** strings = NULL; -- cgit v1.2.1