summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added zip_safe flag to setup.py0.5.2Sebastian Thiel2010-11-212-0/+1
* Added delta_apply.h file to make more native use of python's build system, wh...Sebastian Thiel2010-11-215-3/+14
* setup: added missing _delta_apply.c file to setup script, allowing the perfor...Sebastian Thiel2010-11-211-1/+1
* Updated changelog for 0.5.2Sebastian Thiel2010-11-201-0/+6
* bumped version to 0.5.2Sebastian Thiel2010-11-201-1/+1
* Changed name/id of async submodule to something that doesn't look like a pathSebastian Thiel2010-11-181-1/+1
* Updated to latest revision of async to support new thread-shutdown functionalitySebastian Thiel2010-11-121-0/+0
* Updated algorithm paper with the latest changes - thats it for nowSebastian Thiel2010-10-182-12/+10
* Merge branch 'memory'Sebastian Thiel2010-10-182-454/+575
|\
| * now byte-copying a few chunks where possible when slicing, which gives a few ...Sebastian Thiel2010-10-182-12/+10
| * Removed all debug code, it now runs about as fast as the previous version, bu...Sebastian Thiel2010-10-181-34/+3
| * goooosh, it took so long to find a tiny nasty bug ... aarggghhh, lots of debu...Sebastian Thiel2010-10-181-87/+95
| * Well, the virtual movement doesn't work - the algorithm really worked only wi...Sebastian Thiel2010-10-181-10/+12
| * When using it with deeper chains, it can still crash as it can actually (try ...Sebastian Thiel2010-10-181-18/+17
| * now it appears to work completely, still plenty of debug printing thoughSebastian Thiel2010-10-181-1/+1
| * Its much closer to a working state now, but still not quite there. Probably j...Sebastian Thiel2010-10-181-22/+50
| * Implemented apply - there are still some issues to work out thoughSebastian Thiel2010-10-181-21/+23
| * Implemented connect_with which includes all the slicing functions, which now ...Sebastian Thiel2010-10-181-89/+118
| * Worked my way up to re-encoding delta chunks, connect_with method still needs...Sebastian Thiel2010-10-181-66/+243
| * Brutally made code compile, most of the major functions are still commented o...Sebastian Thiel2010-10-171-182/+142
| * Intermediate commit, working my way through the code, step by step. Didn't ev...Sebastian Thiel2010-10-152-52/+144
| * First adjustment to prepare the algorithm to work on deltastreams directly, w...Sebastian Thiel2010-10-151-236/+93
|/
* Updated draft with latest data, finished it by defining future ways to improv...Sebastian Thiel2010-10-151-8/+6
* Merge branch 'memcpy'Sebastian Thiel2010-10-141-60/+129
|\
| * removed some debug codeSebastian Thiel2010-10-141-5/+4
| * Fixed tiny little bug that would cause our own chunk to be overridden before ...Sebastian Thiel2010-10-141-5/+6
| * Implemented simple pre-pass to count offsets to help calculate where each chu...Sebastian Thiel2010-10-141-60/+129
|/
* Added initial version of a document to show possible ways to stream delta dat...Sebastian Thiel2010-10-143-0/+105
* Added new stream type which will request its size from its stream. This trigg...Sebastian Thiel2010-10-132-6/+19
* Merge branch 'performance'Sebastian Thiel2010-10-138-106/+1071
|\
| * Integrated new algorithm into the stream class, it will now be chosen dependi...Sebastian Thiel2010-10-132-23/+33
| * apply_delta now has a C implementation, which is only 25 percent faster for s...Sebastian Thiel2010-10-133-9/+81
| * Disabled new implementation in favor of the old one - all that's needed is a ...Sebastian Thiel2010-10-132-2/+6
| * Reverse Delta Application was a nice experiment, as it has one major flaw: Cu...Sebastian Thiel2010-10-132-4/+8
| * Now building a single module called _perf which contains all the performance ...Sebastian Thiel2010-10-135-31/+12
| * Put delta-apply code into separate function. Would have preferred to to have ...Sebastian Thiel2010-10-135-887/+911
| * Fixed memory bug, it was a small tiny thing, as well as stupid.Sebastian Thiel2010-10-131-8/+7
| * implemented memory compression, but got evil memory bug once again ... probab...Sebastian Thiel2010-10-131-8/+56
| * optimized reallocation count, which improves speed a little bit. Previously i...Sebastian Thiel2010-10-131-22/+15
| * Fixed integrity check function, finalized code, so far it is working, and its...Sebastian Thiel2010-10-131-7/+65
| * Fixed terrible bug, which happened due to a change of the size of the vector...Sebastian Thiel2010-10-131-5/+7
| * Currently there is a weird memory bug, valgrind says it is writing one byte t...Sebastian Thiel2010-10-121-33/+82
| * Improved performance of python implementation by 10 percent, just by removing...Sebastian Thiel2010-10-121-65/+17
| * Implemented everything about the merging of the bases into the topmost delta ...Sebastian Thiel2010-10-121-9/+101
| * Enhanced memory handling within the delta-stream parsing method. Removed the ...Sebastian Thiel2010-10-122-32/+60
| * prepared the slicing, as well as a few accompanying methods. There is still q...Sebastian Thiel2010-10-121-28/+166
| * Now adding chunks to the vectors, next up is to implement the actual chunk me...Sebastian Thiel2010-10-122-34/+71
| * Apparently, the most serious memory bugs are fixed for now, lets get back to ...Sebastian Thiel2010-10-122-17/+57
| * Wow, this was a lesson. My full hatred goes to python, and C, and everything ...Sebastian Thiel2010-10-122-29/+34
| * Weird bug causes crash, its memory related of course. GDB tells me where, but...Sebastian Thiel2010-10-122-27/+58