]> mj.ucw.cz Git - libucw.git/history - lib/sorter/common.h
XML: Implemented a merger of element's contents.
[libucw.git] / lib / sorter / common.h
2007-12-19 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-12-13 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2007-11-06 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-10-28 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-09-26 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2007-09-21 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-09-19 Martin MaresMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-09-17 Martin MaresArray sorter thresholds are now configured as 64-bit...
2007-09-17 Martin MaresRemoved a reference to the old sorter.
2007-09-11 Martin MaresCleaned up tracing levels. Array sorter now has its...
2007-09-11 Martin MaresUse a different file access method for small inputs.
2007-09-11 Martin MaresAnother minor optimization: Added AddRadixBits.
2007-09-10 Martin MaresRewritten handling of small chunks in the parallel...
2007-09-10 Martin MaresImplemented ThreadChunk limit.
2007-09-10 Martin MaresMade radix-sorting threshold configurable and let radix...
2007-09-08 Martin MaresRemoved sorter_presort_bufsize, it was no longer used.
2007-09-08 Martin MaresClean up #undef's.
2007-09-07 Martin MaresBoth quicksort and radix-sort can be parallelized to...
2007-09-07 Martin MaresMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-09-07 Martin MaresCleanup of array sorter interface and added quicksplit.
2007-09-06 Martin MaresMore bits of the array sorter: radix-sort implemented.
2007-09-06 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-08-31 Martin MaresAdded decision logic which switches between 2-way merge...
2007-08-31 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-08-29 Martin Maresformat_size() no longer exists.
2007-08-29 Martin MaresMulti-way merges work fine in simple cases.
2007-08-25 Martin MaresMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-07-25 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-07-19 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-07-09 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-25 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-25 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
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-29 Martin MaresSorter buckets now use the parametrized fastbuf interfa...
2007-05-23 Martin MaresCompletely rewritten buffer management of the sorter.
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 MaresMuch better decisions on radix sorter parameters.
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 MaresBetter messages and sort-test controls.
2007-02-09 Martin MaresAdded "keep buckets" debug option and fixed some bugs.
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 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.
2007-01-31 Martin MaresFirst bits of the sorter infrastructure.