←back to thread

86 points zardinality | 1 comments | | HN request time: 0.218s | source
Show context
pengaru ◴[] No.42195597[source]
There's a mountain of grpc-centric python code at $dayjob and it's been miserable to live with. Maybe it's less awful in c/c++, or at least confers some decent performance there. In python it's hot garbage.
replies(5): >>42195747 #>>42196231 #>>42196568 #>>42196845 #>>42197041 #
1. eqvinox ◴[] No.42197041[source]
It's equally painful in C, you have to wrap the C++ library :(