Re: r1414123 - optimize iprops retrieval in libsvn_wc

2013-02-12 Thread Julian Foad
Paul Burba wrote: > On Wed, Nov 28, 2012 at 2:25 PM, Julian Foad wrote: >>> +/* Remove all prop name value pairs from PROP_HASH where the property >>> +   name is not PROPNAME. */ >>> +static void >>> +filter_unwanted_props(apr_hash_t *prop_hash, >>> +                      const char * propname, >>

Re: r1414123 - optimize iprops retrieval in libsvn_wc

2013-02-12 Thread Paul Burba
On Wed, Nov 28, 2012 at 2:25 PM, Julian Foad wrote: >> URL: http://svn.apache.org/viewvc?rev=1414123&view=rev > >> Log: >> In preparation for further performance improvements, make the >> retrieval of inherited properties use a constant number of db >> operations. > > My comments are about the exi

Re: r1414123 - optimize iprops retrieval in libsvn_wc

2012-11-28 Thread Julian Foad
> URL: http://svn.apache.org/viewvc?rev=1414123&view=rev > Log: > In preparation for further performance improvements, make the > retrieval of inherited properties use a constant number of db > operations. My comments are about the existing code, not specifically about this revision. > Modified: