diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2013-10-14 17:28:20 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2014-02-01 17:29:55 -0500 |
commit | 0af7da3050f4952e106ce1acbceedaf85735ab17 (patch) | |
tree | 66e1b5bccb31b1f9ae3587808ba9f8ed41e79cc5 /libdimension/tests | |
parent | 385de633b7ab4780a391f266a58f4d75ec153fc6 (diff) | |
download | dimension-0af7da3050f4952e106ce1acbceedaf85735ab17.tar.xz |
prtree: Sort large workloads in parallel.
Performance benefit is around 33% for more than 1000 objects.
Diffstat (limited to 'libdimension/tests')
-rw-r--r-- | libdimension/tests/prtree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdimension/tests/prtree.c b/libdimension/tests/prtree.c index 7e69acd..2642f48 100644 --- a/libdimension/tests/prtree.c +++ b/libdimension/tests/prtree.c @@ -25,6 +25,7 @@ #include "../prtree.c" #include "../threads.c" #include "../future.c" +#include "../platform.c" #include <stdio.h> #include <stdlib.h> |