]> mj.ucw.cz Git - libucw.git/history - lib/sorter/s-internal.h
Fixed buggy switching of buffers in the internal sorter.
[libucw.git] / lib / sorter / s-internal.h
2007-09-26 Pavel CharvatFixed buggy switching of buffers in the internal sorter.
2007-09-19 Martin MaresMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-09-19 Martin MaresFixed a bug in s-internal, which caused it to write...
2007-09-11 Martin MaresCleaned up tracing levels. Array sorter now has its...
2007-09-08 Martin MaresChanged the interface of the array sorter: the buffer...
2007-09-07 Martin MaresImproved heuristics for internal sorter capacity estima...
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 MaresMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-09-07 Martin MaresIntroduced ARRAY_LONG_HASH and unrolled radix-sorting...
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 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-08-31 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
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-23 Martin MaresCompletely rewritten buffer management of the sorter.
2007-05-18 Pavel CharvatMerged main branch to dev-sorter.
2007-02-17 Martin MaresCleaned up sorter timings and added a final timing...
2007-02-10 Martin MaresFix calculation of internal sorting buffer and add...
2007-02-10 Martin MaresMuch better decisions on radix sorter parameters.
2007-02-10 Martin MaresAdded s-fixint module (internal sorter for small fixed...
2007-02-09 Martin MaresBetter messages and sort-test controls.
2007-02-03 Martin MaresSquash a couple of warnings.
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.