Re: [go-nuts] Re: 'go run hello.go' taking ~30 seconds on windows

2024-07-06 Thread Laurent Caumont
go compiler is not signed. It might be interesting to see if signing the executable has an impact on the antivirus scan. Le mercredi 20 mars 2024 à 20:23:46 UTC+1, Larry Clapp a écrit : > I found this webpage from MS which talks about configuring Windows > Defender. > > > https://support.micro

Re: [go-nuts] Re: 'go run hello.go' taking ~30 seconds on windows

2024-03-20 Thread Larry Clapp
I found this webpage from MS which talks about configuring Windows Defender. https://support.microsoft.com/en-us/windows/turn-off-defender-antivirus-protection-in-windows-security-99e6004f-c54c-8509-773c-a4d776b77960 I'm running a Windows 10 VM via VirtualBox on a MacBookPro. I have my $HOME (wh

Re: [go-nuts] Re: 'go run hello.go' taking ~30 seconds on windows

2023-09-20 Thread Marcello H
You could leave it on, but exclude the directories that you use (also the temp one) https://www.thewindowsclub.com/exclude-a-folder-from-windows-security-scan Op wo 20 sep 2023 om 04:55 schreef Hoo Luu : > Windows defender slows apps first time ran. I had replaced several hard > disks(HDDs and SS

Re: [go-nuts] Re: 'go run hello.go' taking ~30 seconds on windows

2023-09-19 Thread Hoo Luu
Windows defender slows apps first time ran. I had replaced several hard disks(HDDs and SSDs) and reinstalled OS systems(win7,win10,win11), nothing changed. After turning off windows defender, everything returns to normal. 在2023年6月24日星期六 UTC+8 02:00:20 写道: > Hi Declan, > > What's the full code?

Re: [go-nuts] Re: 'go run hello.go' taking ~30 seconds on windows

2023-06-23 Thread Rajesh Pandian
Hi Declan, What's the full code? Also have you tried using https://learn.microsoft.com/en-us/sysinternals/downloads/procmon and see what it does? On Friday, June 23, 2023 at 10:04:24 AM UTC+5:30 Henry wrote: > I am running Windows 11 with Kaspersky. I don't have such problems. When > it co

Re: [go-nuts] Re: 'go run hello.go' taking ~30 seconds on windows

2023-06-22 Thread Henry
I am running Windows 11 with Kaspersky. I don't have such problems. When it comes to Windows, it isn't as simple as blaming your AV. Windows is a complex OS and it is doing many different things in the background (e.g. doing maintenance, installing updates, etc.). You should open your Task Man

Re: [go-nuts] Re: 'go run hello.go' taking ~30 seconds on windows

2023-06-22 Thread Amnon
Someone should publish a benchmark of compiling Go code on Windows, Linux, osX. People can take this into account when selecting their development platform. And if enough people complain about Windows machines being several orders of magnitude slower than similar priced competing platforms, then

Re: [go-nuts] Re: 'go run hello.go' taking ~30 seconds on windows

2023-06-22 Thread Jet Li
Like to note that if you mean Windows Defender, there is no way to disable that after Build 20H2 iirc where I was task to deploy Windows 10 and could not find the option in Windows Group Policy settings after the update, if Go app are affected by Windows Defender. Your only option is to use olde