Replies: 2 comments 1 reply
-
So I think that here should be used buffered file operation, which should decrease time Lines 357 to 358 in d1529af |
Beta Was this translation helpful? Give feedback.
0 replies
-
Simple changing
into
decreased build script time from ~8s to 2s |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After first full
cargo check
build, adding single space in slint file and then running againcargo check
takes 30 seconds.~20 seconds is related with rust, but ~7 seconds comes from build script
A little strange that most of the time takes
std::io::Write::write_fmt
insidecompile_with_config
function and when looking at flamegraph I see hundreds of operations on files.Is this normal behavior?
Beta Was this translation helpful? Give feedback.
All reactions