]> mj.ucw.cz Git - libucw.git/blobdiff - lib/sorter/common.h
Made radix-sorting threshold configurable and let radix-tune-bits
[libucw.git] / lib / sorter / common.h
index ad16382a6c732229d494a52914e22aa2d2595c7b..f67f9bf9a1522c26fd9ff84db872d83ac61ade27 100644 (file)
 #include "lib/clists.h"
 
 /* Configuration, some of the variables are used by the old sorter, too. */
-extern uns sorter_trace, sorter_presort_bufsize, sorter_stream_bufsize;
+extern uns sorter_trace, sorter_stream_bufsize;
 extern uns sorter_debug, sorter_min_radix_bits, sorter_max_radix_bits;
 extern uns sorter_min_multiway_bits, sorter_max_multiway_bits;
-extern uns sorter_threads, sorter_thread_threshold;
+extern uns sorter_threads, sorter_thread_threshold, sorter_radix_threshold;
 extern u64 sorter_bufsize;
 extern struct fb_params sorter_fb_params;