Re: [go-nuts] Experience Report: Using Coroutines for Parsing

2025-03-24 Thread Jason E. Aten
I implemented this iter.Pull strategy for keeping parser state, instead of using a background goroutine (as I did for years) in my pure Go lisp, zygomys, and the resulting code is much easier to read and follow, and about 12% faster on Linux (although 0.3% slower on Darwin). Details and specif

[go-nuts] [security] golang.org/x/net fix pre-announcement

2025-03-24 Thread announce
Hello gophers, We plan to issue a security fix for the package golang.org/x/net/html in the golang.org/x/net module during US business hours on Thursday, March 27. This will cover the following CVEs: - CVE-2025-22872 Following our security policy, this is the pre-announcement of the fix.