New Go Garbage Collector

13 PaulHoule 1 5/27/2025, 6:04:51 PM bsky.app โ†—

Comments (1)

Rochus ยท 1d ago
That's interesting. Implementing an efficient GC without moving/copying is certainly a challange and it's nice to see that research and development is still ongoing and successful. I wonder how large Go enterprise applications compare to Java or DotNet in terms of throughput, memory bandwidth and latency. Is opting out of moving/copying from the GC architecture a disadvantage at all?