From: Martin Mares Date: Fri, 7 Sep 2007 17:15:36 +0000 (+0200) Subject: Shaved off a couple of items from the TODO. X-Git-Tag: holmes-import~506^2~13^2~44 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=19e85513ebea91a53d30be05cb8047d3b6eea526;p=libucw.git Shaved off a couple of items from the TODO. --- diff --git a/lib/sorter/TODO b/lib/sorter/TODO index 67964992..f4fe053d 100644 --- a/lib/sorter/TODO +++ b/lib/sorter/TODO @@ -4,11 +4,8 @@ o Records of odd lengths. o Empty files. Improvements: -o Use radix-sort for internal sorting. -o Parallelization of internal sorting. o Clean up data types and make sure they cannot overflow. (size_t vs. u64 vs. sh_off_t vs. uns) o Switching between direct and normal I/O. Should use normal I/O if the input is small enough. -o Deal with too rough range estimates in radix splitting. o How does the speed of radix splitting decrease with increasing number of hash bits? Does it help to use more bits than we need, so that we sort less data in memory? o Log messages should show both original and new size of the data. The speed