]> mj.ucw.cz Git - libucw.git/commit
Several bits of the new sorter.
authorMartin Mares <mj@ucw.cz>
Wed, 31 Jan 2007 21:45:41 +0000 (22:45 +0100)
committerMartin Mares <mj@ucw.cz>
Wed, 31 Jan 2007 21:45:41 +0000 (22:45 +0100)
commit9ff2d1d3d98e39cfe57e38519427a7754d73cb6c
tree1158e7e9778972ad93e0fba71fbb2c693f1caaed
parent116954d49373438c669eadd764e03ee8ac4211bb
Several bits of the new sorter.

The basic infrastructure seems to fit well. The 2-way merge module is
adapted from the old sorter and it's definitely worth some more optimization.
The sort-test really works :-)

More to come tomorrow.
lib/sorter/Makefile
lib/sorter/common.h
lib/sorter/config.c
lib/sorter/govern.c [new file with mode: 0644]
lib/sorter/s-internal.h [new file with mode: 0644]
lib/sorter/s-twoway.h [new file with mode: 0644]
lib/sorter/sort-test.c [new file with mode: 0644]
lib/sorter/sorter.h