Changes between Version 2 and Version 3 of Ticket #56793, comment 7


Ignore:
Timestamp:
May 23, 2021, 12:41:58 PM (3 years ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56793, comment 7

    v2 v3  
    44Agreed, profiling is the way to go. And port `texlive-fonts-extra` makes a great test case!
    55
    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 35,000th file, the loop has slowed dramatically.
     6As 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.
    77
    88By the time registration hits the 60,000th file, the process has gotten even slower.