Changes between Initial Version and Version 1 of Ticket #56793, comment 7


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56793, comment 7

    initial v1  
    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 things were quite fast. However, things gradually started slowing. And by the time we hit the 35,000 to 40,000th file, things start to slow 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 by the time we hit the 35,000 to 40,000th file, the loop has slowed dramatically.
    77
    8 The registration is currently at the 60,000th file, and the process has gotten quite slow.
     8By the time registration hits the 60,000th file, the process has gotten even slower.
    99
    1010In any case, I'll re-run this, and calculate timings. Stay tuned...