]> mj.ucw.cz Git - libucw.git/history - lib/sorter
Changed the interface of the array sorter: the buffer and hash_bits parameters
[libucw.git] / lib / sorter /
2007-09-08 Martin MaresChanged the interface of the array sorter: the buffer...
2007-09-08 Martin MaresMoved the last few relevant NOTES to TODO.
2007-09-08 Martin MaresInstall API of the new sorter.
2007-09-08 Martin MaresThe old sorter is gone.
2007-09-08 Martin MaresCleanup FIXME's.
2007-09-07 Martin MaresShaved off a couple of items from the TODO.
2007-09-07 Martin MaresBoth quicksort and radix-sort can be parallelized to...
2007-09-07 Martin MaresImproved heuristics for internal sorter capacity estima...
2007-09-07 Martin MaresA few improvements of sort-test.
2007-09-07 Martin MaresSave cache misses by keeping a copy of the hash value...
2007-09-07 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2007-09-07 Martin MaresAdded basic threading parameters.
2007-09-07 Martin MaresMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-09-07 Martin MaresAdded a debugging hack.
2007-09-07 Martin MaresIntroduced ARRAY_LONG_HASH and unrolled radix-sorting...
2007-09-07 Martin MaresAdded numbering of tests.
2007-09-07 Martin MaresCleanup of array sorter interface and added quicksplit.
2007-09-06 Martin MaresA few bits of commentary.
2007-09-06 Martin MaresMore bits of the array sorter: radix-sort implemented.
2007-09-06 Martin MaresFixed multi-way sorting with custom presorting.
2007-09-06 Martin MaresAdded a sketch of a new array sorter implementation.
2007-09-06 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-09-05 Martin MaresUnified top-level Makefile with main-line.
2007-09-05 Martin MaresWe don't need this as 2-way merging is used rarely.
2007-08-31 Martin MaresNew TODO notes.
2007-08-31 Martin MaresA couple of things done.
2007-08-31 Martin MaresJoin in the rare case that presorting creates a single...
2007-08-31 Martin MaresCleaned up joining logic and implemented joins in multi...
2007-08-31 Martin MaresAdded decision logic which switches between 2-way merge...
2007-08-31 Martin MaresMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-08-31 Martin MaresThe GCC bug (I hope I have ruled out all possibilities...
2007-08-31 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-08-31 Martin MaresMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-08-31 Martin MaresBetter (and correct) handling of joins and empty buckets.
2007-08-30 Martin MaresCleanup and commentary.
2007-08-30 Martin MaresAdded a work-around for nasty GCC bug.
2007-08-30 Martin MaresYet another swap-out.
2007-08-30 Martin MaresFixed the yesterday's mysterious bug.
2007-08-30 Martin MaresPresorting for multi-way merge should swap out the...
2007-08-29 Martin MaresSo far buggy support for multi-way unification.
2007-08-29 Martin MaresFixed bug in error message.
2007-08-29 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2007-08-29 Martin MaresFixed a bug.
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 MaresUpdated TODO.
2007-08-25 Martin MaresUse bfix_tmp_file() whereever possible.
2007-08-25 Martin MaresFixed a typo.
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-24 Pavel Charvatfixed some wrong integer sizes
2007-05-23 Martin MaresA glimpse of the (unfinished) multi-way merge module.
2007-05-23 Martin MaresAdded SORT_INT64 mode.
2007-05-23 Martin MaresClarified comments.
2007-05-23 Martin MaresThe write_merged() hook is no longer required in simple...
2007-05-23 Martin MaresCompletely rewritten buffer management of the sorter.
2007-05-23 Martin MaresFixed bug in joining.
2007-05-23 Martin MaresDon't forget to increase run counter.
2007-05-22 Martin MaresFixed bug in calculation of radix split width.
2007-05-22 Martin MaresAdded SORT_DELETE_INPUT.
2007-05-18 Pavel Charvattypo
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-17 Martin MaresUpdated all users of the timer interface to pass an...
2007-02-10 Martin MaresFix calculation of internal sorting buffer and add...
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 an off-by-1 error.
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 MaresAdded a couple of tests with the old sorter to have...
2007-02-10 Martin MaresAdded s-fixint module (internal sorter for small fixed...
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 MaresAll numbers printed by sort-test should be unsigned.
2007-02-09 Martin MaresKilled a bug in the tester.
2007-02-09 Martin MaresCannot swap out the source file, because we don't know...
2007-02-09 Martin MaresAdded a graph-like test case which tests custom presort...
2007-02-09 Martin MaresAllow empty test cases.
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-09 Martin MaresA new test.
2007-02-03 Martin MaresAdded several tests.
2007-02-03 Martin MaresRemember to undefine SORT_PREFIX.
2007-02-03 Martin MaresSquash a couple of warnings.
2007-02-03 Martin MaresMoved low-level operations to a separate file.
next