Menu

Commit [r6787]  Maximize  Restore  History

Speed-up !SubversionNode.get_entries() by nearly a factor 100.

Apparently, it's quite costly to call `fs.revision_root`, so re-using the one from the parent node is a huge win (the `rev` of that revision root is guaranteed to be the same).

Related to #5782.

cboos 2008-04-01

changed /trunk/trac/versioncontrol/svn_fs.py
/trunk/trac/versioncontrol/svn_fs.py Diff Switch to side-by-side view
Loading...