]> mj.ucw.cz Git - libucw.git/blob - lib/sorter/TODO
Use a different file access method for small inputs.
[libucw.git] / lib / sorter / TODO
1 Testing:
2 o  Giant runs.
3 o  Records of odd lengths.
4 o  Empty files.
5
6 Cleanups:
7 o  Clean up data types and make sure they cannot overflow. (size_t vs. u64 vs. sh_off_t vs. uns)
8 o  Clean up log levels.
9 o  Clean up introductory comments.
10 o  Log messages should show both original and new size of the data. The speed
11    should be probably calculated from the former.
12 o  Buffer sizing in shep-export.
13 o  Problems with thread stack limit in radix-sorting of arrays.
14
15 Users of lib/sorter/array.h which might use radix-sorting:
16 indexer/chewer.c
17 indexer/lexfreq.c
18 indexer/mkgraph.c
19 indexer/reftexts.c