]> mj.ucw.cz Git - libucw.git/commit
Both quicksort and radix-sort can be parallelized to multiple threads now.
authorMartin Mares <mj@ucw.cz>
Fri, 7 Sep 2007 17:03:04 +0000 (19:03 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 7 Sep 2007 17:03:04 +0000 (19:03 +0200)
commitd02d92d8402023e96465e7f8edbabd70fe96df06
treea5d9a6355d7ac622feb0ab962c1b7915668c0dc5
parent2b47faddd417788d6801012b9873a33a62111413
Both quicksort and radix-sort can be parallelized to multiple threads now.
lib/sorter/array.c
lib/sorter/array.h
lib/sorter/common.h
lib/sorter/config.c
lib/sorter/govern.c