πŸ‡ΊπŸ‡¦ Go performance channel
1.49K subscribers
41 photos
409 links
Go performance, runtime, concurrency.

Talks, blogposts and open source projects for gophers.

Not affiliated with Go team.

https://go-perf.dev

(mail: [email protected] / @olegkovalov)
Download Telegram
strconv: replace Ryu ftoa with Dragonbox

The new implementation has been fuzz-tested against the current
Ryu implementation in addition to the existing test suite.
Benchmarks show at least ~15-20% performance improvement.

https://go-review.googlesource.com/c/go/+/700075 #golang
❀7