diff src/parallel_execution/main.c @ 126:f57e9ffa7960

add comment rb_tree
author ikkun
date Wed, 14 Sep 2016 20:35:21 +0900
parents e3cba827d489
children a574ba0da60f
line wrap: on
line diff
--- a/src/parallel_execution/main.c	Tue May 03 17:29:21 2016 +0900
+++ b/src/parallel_execution/main.c	Wed Sep 14 20:35:21 2016 +0900
@@ -8,8 +8,8 @@
 extern void allocator(struct Context* context);
 
 int cpu_num = 1;
-int length = 1024;
-int split;
+int length = 102400;
+int split = 8;
 int* array_ptr;
 
 void print_queue(struct Element* element) {