Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a cStringBuffer for IO which appears to be faster than using join() for | Steve Slaven | 2009-11-03 | 1 | -1/+2 |
* | Move chunkbuffer out a class level so we can try a couple different things | Steve Slaven | 2009-11-03 | 1 | -34/+4 |
* | Keep track of length as long as possible so we don't have to loop over | Steve Slaven | 2009-11-03 | 1 | -8/+5 |
* | Handle truncate | Steve Slaven | 2009-11-02 | 1 | -0/+4 |
* | Handle some of the string stuff more efficiently by not splitting | Steve Slaven | 2009-11-02 | 1 | -5/+20 |
* | Use a stringbuffer list instead of appending strings, apparently python | Steve Slaven | 2009-11-02 | 1 | -0/+21 |