RE: svn commit: r1483532 - in /subversion/trunk/subversion: include/ libsvn_client/ libsvn_fs_base/ libsvn_fs_fs/ libsvn_ra/ libsvn_ra_local/ libsvn_ra_svn/ libsvn_repos/ libsvn_subr/ libsvn_wc/ mod_dav_svn/ svndumpfilter/ svnmucc/ svnrdump/ svnserve/ svn
From: Bert Huijben <bert_at_qqmail.nl>
Date: Thu, 16 May 2013 23:41:22 +0200
> -----Original Message-----
I can see this change making some difference when used in a tight loop in fsfs, but in almost every case updated here it is a single call per 'svn' (or other tool) invocation and I don't think the added complexity and the risk of accidentally applying it to a pointer in the future makes sense here. The cost of a strlen on a string of a few characters certainly isn't that high.
The IO overhead is so much larger that global changes like this in the higher layers don't make any sense to me.
Bert
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.