Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

We've done lots of load testing and the CPU and memory footprint of the Go version is better than the C++ version. Not surprising since we reduced the code size so much, but at least using Go did not involve significant bloat.


What about throughput and latency, how does your Go version compare to the C++ version?


Identical. The bulk of our system's latency involves making calls out to other services, so that is not the bottleneck in this case.




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

Search: