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.
This looks like it isn't thread safe: + UTF8DECODER.reset(); + char [] characters = UTF8DECODER.decode(bufferBuffer).array(); Regards, Jeroen
