Understanding Higher Latency in Go Compared to Python #39
Unanswered
gourangabani
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi @gourangabani are you able to share more information, when you say latency what do you mean exactly? Is it engine performance or something else? We have some good benchmarks in Go (monitoring p99s on high load) for internal purposes. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I've noticed that when using the Zen Engine, the latency appears to be higher in Go than in Python. I'm trying to understand the reasons behind this performance discrepancy.
Has anyone else encountered this issue? What factors could be contributing to the higher latency in Go? Is it related to Go's concurrency model, garbage collection, or perhaps something specific to the CGO libraries used by the Zen Engine implementation in Go?
Any insights, benchmarks, or experiences would be greatly appreciated!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions