summaryrefslogtreecommitdiff
path: root/test/git/async/test_pool.py
Commit message (Expand)AuthorAgeFilesLines
* task: Fixed incorrect handling of channel closure. Performance is alright for...Sebastian Thiel2010-06-071-0/+4
* added high-speed locking facilities, allowing our Queue to be faster, at leas...Sebastian Thiel2010-06-071-7/+13
* Added task order cache, and a lock to prevent us walking the graph while chan...Sebastian Thiel2010-06-071-9/+31
* pool: First version which works as expected in async mode. Its just using a s...Sebastian Thiel2010-06-071-11/+32
* Plenty of fixes in the chunking routine, made possible by a serialized chunki...Sebastian Thiel2010-06-061-22/+147
* First step of testing the pool - tasks have been separated into a new module ...Sebastian Thiel2010-06-061-1/+70
* Renamed mp to async, as this is a much better name for what is actually going...Sebastian Thiel2010-06-051-0/+10