I have cygwin and wsl installed on Windows 10.
Commands in cygwin run much slower than in wsl :
~$ uname; time date CYGWIN_NT-10.0 Sat Nov 21 12:12:37 2020 real 0m0.825s user 0m0.203s sys 0m0.156s ~$ uname; time date Linux Sat Nov 21 12:12:36 2020 real 0m0.045s user 0m0.000s sys 0m0.031s Some online articles suggested removing /etc/{group,password}, I tried it, with no improvement.
What else can I try ?
datecommand to take almost a whole second! On my machine:CYGWIN_NT-6.1real 0m0.018s. Something's seriously wrong there.real 0m0.019shere. Even my older, slogging PC does sub-tenths:0.095s.real 0m0.056shere with Cygwin 10.0 too