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