Re: [go-nuts] Re: go build hangs with 1.15.7 on Windows 10

2021-01-25 Thread Philip Stein
I'm using the native windows CMD. On Mon, 25 Jan 2021 at 19:34, bnix...@gmail.com wrote: > Are you performing the build in native windows CMD/PowerShelll or in WSL? > > On Monday, January 25, 2021 at 1:07:50 PM UTC-6 pst...@gmail.com wrote: > >> Hello, >> I just upgraded to 1.15.7 from 1.13, and

[go-nuts] Re: go build hangs with 1.15.7 on Windows 10

2021-01-25 Thread bnix...@gmail.com
Are you performing the build in native windows CMD/PowerShelll or in WSL? On Monday, January 25, 2021 at 1:07:50 PM UTC-6 pst...@gmail.com wrote: > Hello, > I just upgraded to 1.15.7 from 1.13, and I'm not able to compile. Running > go build seems to just hang. In task manager I see a compile.ex

Re: [go-nuts] x/image/riff optimisation

2021-01-25 Thread Ian Lance Taylor
On Mon, Jan 25, 2021 at 8:52 AM Alex Crane wrote: > > I have recently been using the x/image/riff library to inspect some large > RIFF files - typically I am interested in all chunks except the data chunk. I > have found with large files the performance is quite poor. Looking into the > code it

[go-nuts] go build hangs with 1.15.7 on Windows 10

2021-01-25 Thread pst...@gmail.com
Hello, I just upgraded to 1.15.7 from 1.13, and I'm not able to compile. Running go build seems to just hang. In task manager I see a compile.exe task that's taking no CPU, and an insignificant amount of memory. To see if it was a problem with my code, I created a hello world program (just copy

[go-nuts] x/image/riff optimisation

2021-01-25 Thread Alex Crane
Hello, I have recently been using the x/image/riff library to inspect some large RIFF files - typically I am interested in all chunks except the data chunk. I have found with large files the performance is quite poor. Looking into the code it does a `got, z.err = io.Copy(ioutil.Discard, z.chunk