runner
runner copied to clipboard
Recompile snippet only if it's code has changed
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.