Performance Investigation: Speed Issues in copy_template
Function
#187
Labels
bug
Something isn't working
copy_template
Function
#187
As we discussed on Discord, I’ve been looking into the speed issues with the
copy_template
function and have come across some of the following findings.It’s worth mentioning, based on the timings I shared on Discord, that the slowdown isn’t caused by a single function in this process. Instead, there are several operations in different parts that individually take around 60 to 70 milliseconds.
Tracking
Igniter.create_new_file
:{11, 56813, 0, 182955}
56813
and182955
maybe_format
functionformat
function you have these numbers{2876, 68006, 2662, 0, 108013, 1}
with_evaled_configs
you have68002
All the function in this junction, each of them has 2 or 3 big number approximately!
Thank you in advance
Ref
The text was updated successfully, but these errors were encountered: