2007-09-11 |
Martin Mares | Intelligent switching of radix-sort buffers. |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Martin Mares | Do not make retros by default, since it does not compil... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Martin Mares | Auto-tune radix-sort width according to CPU type. |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Martin Mares | Sweeping over TODO. |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Martin Mares | Another minor optimization: Added AddRadixBits. |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Martin Mares | Yet another sorter tuning utility. |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Martin Mares | Oops, some typos have crept in. |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Martin Mares | Redefined RadixThreshold to bound the array size instea... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Martin Mares | Rewritten handling of small chunks in the parallel... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Martin Mares | Let eltpools maintain the number of allocated items... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Martin Mares | Implemented ThreadChunk limit. |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Martin Mares | Made radix-sorting threshold configurable and let radix... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Martin Mares | Fixed several bugs in swapping of buffers in the thread... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Martin Mares | Added a simple utility for tuning the radix-sorter... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Martin Mares | A subset of tests can be requested now. Also, the radix... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Martin Mares | Radix sort bit width is now controlled by the configure... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Martin Mares | Fixed a typo in usage text. |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Martin Mares | Added CEXTRA and LEXTRA, which can be used to add new... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Martin Mares | We want to keep the results of retros benchmarking... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Martin Mares | Slightly improved user interface of {asio,file}-test... |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Martin Mares | Removed sorter_presort_bufsize, it was no longer used. |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Martin Mares | Clean up #undef's. |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Martin Mares | Explain why we don't need the join hack for custom... |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Martin Mares | Convert the most important users of arraysort.h to... |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Martin Mares | Changed the interface of the array sorter: the buffer... |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Martin Mares | Moved the last few relevant NOTES to TODO. |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Martin Mares | Install API of the new sorter. |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Martin Mares | The old sorter is gone. |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Martin Mares | Cleanup FIXME's. |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Martin Mares | Shaved off a couple of items from the TODO. |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Martin Mares | Both quicksort and radix-sort can be parallelized to... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Martin Mares | Improved heuristics for internal sorter capacity estima... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Martin Mares | A few improvements of sort-test. |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Martin Mares | Save cache misses by keeping a copy of the hash value... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Martin Mares | Added basic threading parameters. |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Martin Mares | Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Martin Mares | Added a debugging hack. |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Martin Mares | Introduced ARRAY_LONG_HASH and unrolled radix-sorting... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Martin Mares | Added numbering of tests. |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Martin Mares | Cleanup of array sorter interface and added quicksplit. |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Martin Mares | A few bits of commentary. |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Martin Mares | More bits of the array sorter: radix-sort implemented. |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Martin Mares | Fixed multi-way sorting with custom presorting. |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Martin Mares | Added a sketch of a new array sorter implementation. |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Martin Mares | Added a simple allocator for fixed-size objects. |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Pavel Charvat | Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Martin Mares | Unified top-level Makefile with main-line. |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Martin Mares | We don't need this as 2-way merging is used rarely. |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Pavel Charvat | bugfix in the installer |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Martin Mares | New TODO notes. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Martin Mares | A couple of things done. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Martin Mares | Join in the rare case that presorting creates a single... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Martin Mares | Cleaned up joining logic and implemented joins in multi... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Martin Mares | Added decision logic which switches between 2-way merge... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Martin Mares | Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Martin Mares | The GCC bug (I hope I have ruled out all possibilities... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Pavel Charvat | Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Martin Mares | Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Martin Mares | Better (and correct) handling of joins and empty buckets. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Martin Mares | Cleanup and commentary. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Martin Mares | Added a work-around for nasty GCC bug. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Martin Mares | Yet another swap-out. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Martin Mares | Fixed the yesterday's mysterious bug. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Martin Mares | Presorting for multi-way merge should swap out the... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Martin Mares | So far buggy support for multi-way unification. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Martin Mares | Fixed bug in error message. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Martin Mares | Fixed a bug. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Martin Mares | Added options for gcc 4.2.x. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Pavel Charvat | Bugfix in keywords module -- fb-dir does not support... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Martin Mares | format_size() no longer exists. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Martin Mares | Multi-way merges work fine in simple cases. |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Martin Mares | Setting of LIBS is no longer necessary. |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Martin Mares | Updated TODO. |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Martin Mares | Dependencies of test programs are no longer hard-wired... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Martin Mares | Cosmetics. |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Martin Mares | Shared file handles now use is_temp_file == 2 instead... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Martin Mares | Cleanup of file fastbufs. |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Martin Mares | bopen_tmp_file(NULL) works. |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Martin Mares | Use bfix_tmp_file() whereever possible. |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Martin Mares | Implemented bfix_tmp_file(), which turns a temporary... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Martin Mares | Let bconfig() return the original value. |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Martin Mares | Removed obsolete comment. |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Martin Mares | Fixed a typo. |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Martin Mares | LIBUCW needs to be declared early, because it is used... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Martin Mares | Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Martin Mares | Shell utilities should link with libucw, not libsh. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Martin Mares | Commented more libucw configuration switches. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Martin Mares | Use lib/default.cfg and get the version string from... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Martin Mares | Moved default settings of the UCW library to a separate... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Martin Mares | Renamed both instances of `defconfig' to `default.cfg... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Martin Mares | Mention doc/configure. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Martin Mares | Updated documentation on using libraries. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Martin Mares | Moved the tests of linking with Sherlock libraries... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Martin Mares | The separate library distribution now compiles. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Martin Mares | Moved the rule for cf/library to lib/Makefile and the... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Martin Mares | An unfinished experiment in making a separate release... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Martin Mares | Comments must not be indented, otherwise they are passe... |
commit | commitdiff | tree | snapshot |
next |