|
|
|
|
|
by mlthoughts2018
2123 days ago
|
|
Why would c++ help with latency in comparison to say Python with numpy / numba / Cython? All the production critical “this needs to be as fast as possible stuff” I’ve ever worked on has been all Python, achieving complete speed parity with C, at a much faster development speed and with way way less boilerplate code. |
|
Like, it's normally not worth it, but when you need it, you really need it.