1
0
mirror of https://github.com/git/git.git synced 2024-10-02 18:11:45 +02:00
git/perl/Git
Eric Wong 47092c1067 git-svn: lazy load some modules
We can delay loading some modules until we need them for uncommon
code paths.  For example, persistent memoization is not often
needed, so we can avoid loading the modules for it until we
encounter svn::mergeinfo during fetch.

This gives a tiny reduction in syscalls (from 15641 to 15305) when
running "git svn info" and counting via "strace -fc".  Further,
more invasive work will be needed to noticeably improve performance.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
2015-02-26 20:19:21 +00:00
..
SVN git-svn: lazy load some modules 2015-02-26 20:19:21 +00:00
I18N.pm
IndexInfo.pm
SVN.pm git-svn: lazy load some modules 2015-02-26 20:19:21 +00:00