Changes between Version 2 and Version 3 of Ticket #56793, comment 7
- Timestamp:
- May 23, 2021, 12:41:58 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56793, comment 7
v2 v3 4 4 Agreed, profiling is the way to go. And port `texlive-fonts-extra` makes a great test case! 5 5 6 As a starting point, I added `ui_debug` statements to the file registration loop, and this is what I'm seeing: Initially the loop was quite fast. However, things gradually start slowing. And as we approach the 3 5,000th file, the loop has slowed dramatically.6 As a starting point, I added `ui_debug` statements to the file registration loop, and this is what I'm seeing: Initially the loop was quite fast. However, things gradually start slowing. And as we approach the 30,000th file, the loop has slowed dramatically. 7 7 8 8 By the time registration hits the 60,000th file, the process has gotten even slower.