]> mj.ucw.cz Git - libucw.git/history - lib/sorter/array.c
Added another note.
[libucw.git] / lib / sorter / array.c
2007-09-16 Martin MaresMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-09-16 Martin MaresFixed a silly bug in the parallel radix-sorter.
2007-09-11 Martin MaresFixed a nasty bug in the threaded radix-sorter.
2007-09-11 Martin MaresAdjust thread stack size according to radix sorter...
2007-09-11 Martin MaresCleaned up tracing levels. Array sorter now has its...
2007-09-11 Martin MaresMade terminology of the parallel radix-sort consistent...
2007-09-11 Martin MaresIntelligent switching of radix-sort buffers.
2007-09-10 Martin MaresOops, some typos have crept in.
2007-09-10 Martin MaresRedefined RadixThreshold to bound the array size instea...
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-10 Martin MaresFixed several bugs in swapping of buffers in the thread...
2007-09-07 Martin MaresBoth quicksort and radix-sort can be parallelized to...
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-06 Martin MaresA few bits of commentary.
2007-09-06 Martin MaresMore bits of the array sorter: radix-sort implemented.