]> mj.ucw.cz Git - libucw.git/blob - lib/sorter/TODO
Added another note.
[libucw.git] / lib / sorter / TODO
1 Cleanups:
2 o  Clean up introductory comments.
3 o  Log messages should show both original and new size of the data. The speed
4    should be probably calculated from the former.
5 o  Buffer sizing in shep-export.
6
7 Improvements:
8 o  When quicksorting a large input (especially in threaded case), invest more
9    time to picking a good pivot.
10
11 Users of lib/sorter/array.h which might use radix-sorting:
12 indexer/chewer.c
13 indexer/lexfreq.c
14 indexer/mkgraph.c
15 indexer/reftexts.c