Page MenuHomePhabricator

Improve performance of generating synthetic changesets
ClosedPublic

Authored by epriestley on May 6 2015, 1:02 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 12:46 AM
Unknown Object (File)
Fri, Apr 12, 2:12 AM
Unknown Object (File)
Thu, Apr 4, 7:43 PM
Unknown Object (File)
Mar 5 2024, 1:04 AM
Unknown Object (File)
Feb 2 2024, 2:06 AM
Unknown Object (File)
Nov 30 2023, 1:06 AM
Unknown Object (File)
Nov 25 2023, 4:30 PM
Unknown Object (File)
Nov 15 2023, 12:00 PM
Subscribers

Details

Summary

Ref T7776. This could get better, but I think I got most of the big stuff. It's ~4x faster now.

Test Plan

Before:

Screen Shot 2015-05-05 at 6.00.14 PM.png (420×1 px, 98 KB)

After:

Screen Shot 2015-05-05 at 6.00.27 PM.png (665×1 px, 163 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Improve performance of generating synthetic changesets.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.

Pretty much all of this is just slightly-slow stuff that we do tens of thousands of times more often than we need to on large changes.

btrahan edited edge metadata.
This revision is now accepted and ready to land.May 6 2015, 6:10 PM
This revision was automatically updated to reflect the committed changes.