]> mj.ucw.cz Git - libucw.git/commit
Convert the most important users of arraysort.h to sorter/array.h.
authorMartin Mares <mj@ucw.cz>
Sat, 8 Sep 2007 18:25:00 +0000 (20:25 +0200)
committerMartin Mares <mj@ucw.cz>
Sat, 8 Sep 2007 18:25:00 +0000 (20:25 +0200)
commitf08c91407f0ccdcc07cee4a49ccb4bddd4c35988
treefbdff159a21bd29f2eff2d4c0959db906a5583e1
parent1f1ccf1786a62973de953e3f5c43392ad485770d
Convert the most important users of arraysort.h to sorter/array.h.

So far, I didn't have used radix-sorting, because I want to save memory,
but if any of these sorters will turn up on the profiles, I will convert it
later.
lib/sorter/TODO