seer-lab / PIE

Pattern Instance Explorer (PIE), is an exploratory visualization tool that enable developers and researchers to examine a repository’s design patterns and their life cycles.
https://www.sqrlab.ca/software/pie/
0 stars 0 forks source link

Performance Optimization when selecting a DP #4

Closed KashifIV closed 2 years ago

KashifIV commented 2 years ago

The most expensive operation is getting file change history. Any files associated with a design pattern should have its entire history stored separately for quick lookup.

KashifIV commented 2 years ago

instant