After I run Julia code either directly from Visual Studio Code or from the Julia REPL the typing becomes incredibly slow. The lag of typing affects the whole Microsoft Office.
The problem seems to be related when running Julia code and not Visual Studio Code.
VERSION
The problem is independent on the computer (Dell precision or Lenovo computer);
The problem is not caused by updating from Julia version 1.3 from Julia version 1.2, since it was working fine after updates occurs.
I am using Visual Studio Code 1.4.02 but I tried version 1.3 and the problem still persists
I posted the CPU, Memory and disk and to my knowledge the problem does not seem to come from a memory leakage. Please let me know if you would like me to perform more tests?
It seems odd that with that kind of load (neither CPU nor RAM is anywhere near 100%) your system is becomes unresponsive. Maybe there is a lot of files being read/written?
Does the “Process Explorer” show anything interesting (when running outside of vscode)?
I’m out of my depth (and I don’t run Windows). But in general, Julia is fine running this size of code.
The thing became totally unusable: the lines would scroll by one every three or four seconds. And so on. Apparently, there was no solution at the time, and I must say the prediction that a subsequent release would fix it (or avoid it) came true as the issue went away. Could be that it is back…
Thanks for suggesting that AntiVirus might be a problem. The issue started after Microsoft released a new update. Would anyone suggest how to disable the Antivirus on Windows 10, so I can perform some tests?
I read at the beginning of the program and I write at the end of the program. The csv files read are small 255 kb so I do not believe that this can be an issue.
Thanks for suggesting for writing package will be the final step of the SoilWater-ToolBox.