Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mdwelsh
on Aug 19, 2013
|
parent
|
context
|
favorite
| on:
Rewriting a large production system in Go
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.
continuations
on Aug 19, 2013
[–]
What about throughput and latency, how does your Go version compare to the C++ version?
mdwelsh
on Aug 19, 2013
|
parent
[–]
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: