Re: Subversion performance (issue #1429 et al)
From: <cmpilato_at_collab.net>
Date: 2003-08-17 17:13:24 CEST
cmpilato@collab.net writes:
> I'll take some time to see who all uses svn_fs_dir_entries(), and how
Oh, geez, there are only a couple of uses where the caller doesn't
For the record, here's how the cost trade-off will be.
Today:
svn_fs_dir_entries() uses the not-cheap open_path() routine to walk
svn_fs_is_dir/file() use the not-cheap open_path() routine to walk
Tomorrow:
svn_fs_dir_entries() uses the not-cheap open_path() routine to walk
svn_fs_is_dir/file() is not changed, but isn't called *nearly* as
---------------------------------------------------------------------
|
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.