May be related to this gonuts post 
<https://groups.google.com/g/golang-nuts/c/IR8v3B1pPCI/m/DeKTqOy4AAAJ>. As 
of go 1.19 I (and others) get slow builds on Windows, apparently because of 
excessive file reads on every build. I was getting 2,000 standard library 
files read, in their entirety, to build hello world every time. 

On Friday, October 25, 2024 at 12:04:57 AM UTC-4 opennota wrote:

Tentatively, most of the slowdown was caused by the eCryptFS layer 
(encrypted $HOME). But it probably means Go does too many FS syscalls, 
since Rust was tenfold faster.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/golang-nuts/5de67a36-f8ec-4a49-9fc9-c2c178d6ebd3n%40googlegroups.com.

Reply via email to