▲ | cheshire_cat 3 days ago | |||||||
Go is fast compared to Python or Ruby. Go is not fast compared to C. I think people that talk about GC'd languages being slow are usually not building Rails or Django apps in their day to day. | ||||||||
▲ | on_the_beach 3 days ago | parent [-] | |||||||
Not a Go programmer I'm guessing. Go can be made to run much faster than C. Especially when the legacy C code is complex and thus single threaded, Go's fabulous multicore support means you can be exploiting parallelism and finishing jobs faster, with far less effort than it would take to do it in C. If you measure performance per developer day invested in writing the Go, Go usually wins by a wide margin. | ||||||||
|