]> mj.ucw.cz Git - libucw.git/history - lib/sorter/govern.c
Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git
[libucw.git] / lib / sorter / govern.c
2007-06-19 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-07 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-05-23 Martin MaresAdded SORT_INT64 mode.
2007-05-23 Martin MaresFixed bug in joining.
2007-05-22 Martin MaresFixed bug in calculation of radix split width.
2007-05-18 Pavel CharvatMerged main branch to dev-sorter.
2007-02-17 Martin MaresMore bug fixes^W^Wimprovements to the timing statistics.
2007-02-17 Martin MaresCleaned up sorter timings and added a final timing...
2007-02-10 Martin MaresReally deallocate the big_buf when radix-splitting.
2007-02-10 Martin MaresCreated a local TODO list.
2007-02-10 Martin MaresAdded a magical constant estimating non-uniformity...
2007-02-10 Martin MaresFix bucket estimator.
2007-02-10 Martin MaresRadix-sorting is not compatible with custom presort.
2007-02-10 Martin MaresMuch better decisions on radix sorter parameters.
2007-02-10 Martin MaresMoved formatting of sizes to libucw.
2007-02-10 Martin MaresMinor improvements of debug messages.
2007-02-09 Martin MaresFixed bug in printing of bucket sizes.
2007-02-09 Martin MaresAdded a trivial implementation of radix sorting.
2007-02-09 Martin MaresShow timings and allow direct I/O.
2007-02-09 Martin MaresRemember size of the input file.
2007-02-09 Martin MaresAdded a graph-like test case which tests custom presort...
2007-02-09 Martin MaresBetter messages and sort-test controls.
2007-02-03 Martin MaresMoved low-level operations to a separate file.
2007-02-02 Martin MaresImplemented SORT_UNIFY, SORT_UNIQUE and debugged SORT_V...
2007-02-02 Martin MaresEmpty final bucket should be turned into a file as...
2007-02-02 Martin MaresCleaned up joining of buckets.
2007-02-02 Martin MaresImplemented swapping in/out buckets.
2007-02-02 Martin MaresCleanup of bucket handling.
2007-02-02 Martin MaresMore bits of the sorter.
2007-02-02 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2007-01-31 Martin MaresSeveral bits of the new sorter.