summaryrefslogtreecommitdiff
path: root/lib/git/async
Commit message (Expand)AuthorAgeFilesLines
* Moved pool utilities into util module, fixed critical issue that caused havok...Sebastian Thiel2010-06-074-126/+176
* added high-speed locking facilities, allowing our Queue to be faster, at leas...Sebastian Thiel2010-06-072-58/+186
* Added task order cache, and a lock to prevent us walking the graph while chan...Sebastian Thiel2010-06-072-6/+23
* changed scheduling and chunksize calculation in respect to the task.min_count...Sebastian Thiel2010-06-071-76/+137
* pool.consumed_tasks: is now a queue to be thread safe, in preparation for mul...Sebastian Thiel2010-06-072-11/+23
* pool: First version which works as expected in async mode. Its just using a s...Sebastian Thiel2010-06-074-54/+55
* channel.read: enhanced to be sure we don't run into non-atomicity issues rela...Sebastian Thiel2010-06-061-17/+72
* Plenty of fixes in the chunking routine, made possible by a serialized chunki...Sebastian Thiel2010-06-063-17/+58
* First step of testing the pool - tasks have been separated into a new module ...Sebastian Thiel2010-06-065-111/+246
* thread: adjusted worker thread not to provide an output queue anymore - this ...Sebastian Thiel2010-06-063-37/+127
* Improved pool design and started rough implementation, top down to learn whil...Sebastian Thiel2010-06-063-68/+290
* Renamed mp to async, as this is a much better name for what is actually going...Sebastian Thiel2010-06-054-0/+428