Re: [cp-patches] FYI: ZipFile performance improvement

2006-08-15 Thread Roman Kennke
Hi Jeroen, hi list, Jeroen Frijters schrieb: Roman Kennke wrote: Here comes a significant performance improvement for Zipfile, done by Ingo. It avoids expensive UTF8 decoding when possible (most cases, for ASCII) and optimizes readLeShort() and readLeInt() for the case when the buffer has eno

RE: [cp-patches] FYI: ZipFile performance improvement

2006-08-15 Thread Jeroen Frijters
Roman Kennke wrote: > Here comes a significant performance improvement for Zipfile, done by > Ingo. It avoids expensive UTF8 decoding when possible (most > cases, for ASCII) and optimizes readLeShort() and readLeInt() for the > case when the buffer has enough bytes. Mauve shows no regressions.