- **status**: in-progress --> review - **Comment**: Good notes. Based on your feedback I refactored paged_diffs to now rely on the SCM system.
QA at: hs/7925 & hs/7925 on forgehg Other notes: Git has a few other interesting options for tweaking performance. For example -- we could use a diff processing threshold when searching for copies. We also could further improve the visual indicators when displaying copies vs renames etc (but that may be better in another ticket). --- ** [tickets:#7925] Speed up diff processing with binary files** **Status:** review **Milestone:** unreleased **Labels:** sf-2 sf-current performance **Created:** Mon Jul 13, 2015 03:04 PM UTC by Heith Seewald **Last Updated:** Tue Jul 21, 2015 09:29 PM UTC **Owner:** Heith Seewald In a git repo with a large amount of binary files, our diff processing can be very inefficient. We should test if a file is binary and exclude it from the diff processing section. --- Sent from forge-allura.apache.org because [email protected] is subscribed to https://forge-allura.apache.org/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
