Slow Cygwin builds #451
Replies: 2 comments 1 reply
-
If fiddling with processor priority and/or affinity hasn't helped, it's a good 1541 emulation. |
Beta Was this translation helpful? Give feedback.
-
The obvious answer would be to not call c1541 repeatedly, but pass it a script with several commands. #452 might help. Test on Linux ran in ~60ms rather than ~340ms. On the other hand, it could be a lot of the time is spent in make running each line of the recipe using a new shell. Adding The |
Beta Was this translation helpful? Give feedback.
-
I'm building Durexforth on Cygwin + Windows 10. One annoyance is that it takes a long time simply to copy files to the .d64 image. Each c1541 call takes 1/3 of a second, and it adds up.
Any ideas how to improve this? I suspect in some parts, Cygwin is simply slow. Are there better options for Windows 10? MSYS2 seems twice as fast, is it the best bet?
Beta Was this translation helpful? Give feedback.
All reactions