runner icon indicating copy to clipboard operation
runner copied to clipboard

Recompile snippet only if it's code has changed

Open nivpgir opened this issue 3 years ago • 0 comments

If there is already an exact rust source file, that was already compiled, then we can just rerun it, without recompiling, this makes a big different for men on windows using msys2 (execution goes from ~0.4s to >0.1s) since the rust compiler and possibly forking processes on msys2 is relatively slow.

nivpgir avatar Feb 26 '22 14:02 nivpgir