You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
477 B
15 lines
477 B
Cleanups:
|
|
o Log messages should show both original and new size of the data. The speed
|
|
should be probably calculated from the former.
|
|
o Buffer sizing in shep-export.
|
|
|
|
Improvements:
|
|
o When quicksorting a large input (especially in threaded case), invest more
|
|
time to picking a good pivot.
|
|
o Overlay presorter I/O with internal sorting.
|
|
|
|
Users of ucw/sorter/array.h which might use radix-sorting:
|
|
indexer/chewer.c
|
|
indexer/lexfreq.c
|
|
indexer/mkgraph.c
|
|
indexer/reftexts.c
|
|
|