You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to understand why the EXEC FROM FILE loading step takes so long (about 8 seconds) when running from command line and what can be done to reduce it: console_solver.exe -i resources/text/commandline_sample_input.txt
I am running on Windows.
It is not affected by the resources/text template, even when running just for River with limited range, the conversion speed is very fast but this EXEC FROM FILE step takes the same time.
When using the GUI it's always fast, so I assume this step performs some prep work that can be faster using cache?
Can you give any guidance on how to speed up this step? Is it a matter of recompiling with modifications?
The text was updated successfully, but these errors were encountered:
Awesome work @bupticybee !
I would like to understand why the EXEC FROM FILE loading step takes so long (about 8 seconds) when running from command line and what can be done to reduce it:
console_solver.exe -i resources/text/commandline_sample_input.txt
Can you give any guidance on how to speed up this step? Is it a matter of recompiling with modifications?
The text was updated successfully, but these errors were encountered: