Hacker News new | past | comments | ask | show | jobs | submit login

One of Go's features is fast compilation, which wouldn't have been the case if it used LLVM.

> a GC which is competitive with JVMs from 15 years ago

I don't know where you got this impression, but it's absolutely wrong. Go's garbage collector is excellent. It has sub-millisecond pauses [1] (for multi-gig heaps), and it mostly runs in parallel to the application.

You might be referring to Go's old GC, which was dropped when the current was introduced. [2]

[1] https://groups.google.com/forum/?fromgroups#!topic/golang-de...

[2] https://blog.golang.org/go15gc




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: