| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Keep track of length as long as possible so we don't have to loop over | Steve Slaven | 2009-11-03 | 1 | -8/+5 |
| | | | | | chunk lengths or rejoin our string all the time | ||||
| * | 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 |
| | | | | | everything in to characters but trying to keep a string list around instead | ||||
| * | Use a stringbuffer list instead of appending strings, apparently python | Steve Slaven | 2009-11-02 | 1 | -0/+21 |
| string handling when appending/using large strings is very bad | |||||
