You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "C. Michael Pilato" <cm...@collab.net> on 2011/09/21 18:45:59 UTC

Re: svn commit: r1173751 - /subversion/trunk/subversion/libsvn_repos/reporter.c

On 09/21/2011 12:44 PM, gstein@apache.org wrote:
> Author: gstein
> Date: Wed Sep 21 16:44:36 2011
> New Revision: 1173751
> 
> URL: http://svn.apache.org/viewvc?rev=1173751&view=rev
> Log:
> Convert the reporter from (always) using a temporary file to a
> spill-buffer which (may) use a file if the report is too large. For small
> reports, it will be contained within memory and (thus) be much faster.

Sweet!

-- 
C. Michael Pilato <cm...@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand


Re: svn commit: r1173751 - /subversion/trunk/subversion/libsvn_repos/reporter.c

Posted by Greg Stein <gs...@gmail.com>.
On Wed, Sep 21, 2011 at 12:45, C. Michael Pilato <cm...@collab.net> wrote:
> On 09/21/2011 12:44 PM, gstein@apache.org wrote:
>> Author: gstein
>> Date: Wed Sep 21 16:44:36 2011
>> New Revision: 1173751
>>
>> URL: http://svn.apache.org/viewvc?rev=1173751&view=rev
>> Log:
>> Convert the reporter from (always) using a temporary file to a
>> spill-buffer which (may) use a file if the report is too large. For small
>> reports, it will be contained within memory and (thus) be much faster.
>
> Sweet!

Thought you might like that :-D

Cheers,
-g