Menu

#Goroutines

6 posts

Feed·
6 of 6 posts
📰
0

Things I Regret After Writing Go for 8 Years

DEV Community: go·Chiman Jain·about 1 month ago
#AUoKXXdK
#dev#strong#goroutines#code#tests#article

I’ve been writing Go for over 8 years now, and like many developers, I started with high hopes, clean code, and a naive understanding of what it takes to build scalable, maintainable systems.…

15s
Read More
Goroutines To OS Threads: The 73% Latency Drop We Measured By Promoting Work
📰
0

Goroutines To OS Threads: The 73% Latency Drop We Measured By Promoting Work

DEV Community: go·speed engineer·about 1 month ago
#Cck5mA1E
#dev#work#latency#goroutines#code#runtime

When Go’s scheduler becomes the bottleneck — detecting and fixing the hidden costs of M:N threading When Go’s scheduler becomes the bottleneck — detecting and fixing the hidden costs of M:N threading Promoting critical work to dedicated OS threads…

15s
Read More