On Mon, 2004-03-08 at 19:08, kfogel@tigris.org wrote:
> Author: kfogel
> Date: Mon Mar 8 12:08:19 2004
> New Revision: 8935
>
> Modified:
> branches/1.0.x/STATUS
> Log:
> * STATUS: Add some votes, notes.
> @@ -93,9 +96,13 @@
> filesystem per connection.
> Votes:
> +1: striker
> + -0: kfogel (Reviewed the change; it's not *so* trivial, and I'm
> + not sure an optimization like this belongs in a
> + patch release.)
Aw come on :) ;). It's just allocating out of a different pool
(connection instead of request), and retrieving an item from a table (or
putting one there if it wasn't previously). Pretty trivial. Especially
since the same pattern exists in mod_dav_svn.
Don't be put off by the fact that it's spread out over 3 revs. The
first is the gist, the second only a change of the key, and the third
a change of return value in that code block since the function
containing it was refactored.
Sander
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 9 09:25:31 2004