On Fri, Sep 7, 2012 at 3:32 AM, <stef...@apache.org> wrote: > Author: stefan2 > Date: Thu Sep 6 23:32:11 2012 > New Revision: 1381800 > > URL: http://svn.apache.org/viewvc?rev=1381800&view=rev > Log: > Re-implement svn_io_read_length_line as this is one of the > most-called functions in SVN. Instead of reading data a byte > at a time, read 128 byte chunks and scan those. > Hi Stefan,
Why do not use APR internal buffering? I meant APR_BUFFERED flag. -- Ivan Zhakov