OCaml and Windows: is it normal for development to be (much) slower?

Have you tried working in a dev drive or WSL? while im not using ocaml on a windows machine myself, i had significant improvements when running npm install within wsl, or when placing my project on a dev drive while disabling the scanning for dev drives in windows defender.

3 Likes