aboutsummaryrefslogtreecommitdiffstats
path: root/FuseArchive/ChunkBuffer.py
Commit message (Expand)AuthorAgeFilesLines
* Use a cStringBuffer for IO which appears to be faster than using join() forSteve Slaven2009-11-031-1/+2
* Move chunkbuffer out a class level so we can try a couple different thingsSteve Slaven2009-11-031-34/+4
* Keep track of length as long as possible so we don't have to loop overSteve Slaven2009-11-031-8/+5
* Handle truncateSteve Slaven2009-11-021-0/+4
* Handle some of the string stuff more efficiently by not splittingSteve Slaven2009-11-021-5/+20
* Use a stringbuffer list instead of appending strings, apparently pythonSteve Slaven2009-11-021-0/+21