Commit d5a00ff1 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:3762] as a result of performance testing on pointy, I have determined that...

[t:3762] as a result of performance testing on pointy, I have determined that cilk is better than threadpools, so I'm putting cilk back in serialization

git-svn-id: file:///svn/toku/tokudb@34537 c7de825b-a66e-492c-adef-691d508d4ae1
parent 3e0e135a
...@@ -665,8 +665,7 @@ toku_create_compressed_partition_from_available( ...@@ -665,8 +665,7 @@ toku_create_compressed_partition_from_available(
// tests are showing that serial insertions are slightly faster // tests are showing that serial insertions are slightly faster
// using the pthreads than using CILK. Disabling CILK until we have // using the pthreads than using CILK. Disabling CILK until we have
// some evidence that it is faster // some evidence that it is faster
//#ifdef HAVE_CILK #ifdef HAVE_CILK
#if 0
static void static void
serialize_and_compress(BRTNODE node, int npartitions, struct sub_block sb[]) { serialize_and_compress(BRTNODE node, int npartitions, struct sub_block sb[]) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment