From 19e85513ebea91a53d30be05cb8047d3b6eea526 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 7 Sep 2007 19:15:36 +0200 Subject: [PATCH] Shaved off a couple of items from the TODO. --- lib/sorter/TODO | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.39.2