|
|
|
|
|
by simonw
2609 days ago
|
|
I don't think I've ever seen a commercial Python codebase that actually did rewrite things in C for speed. Much more likely is using a library like NumPy where someone else has done that C performance work for you. Plus in 2019, it's much cheaper to design for horizontal scale and spin up a few more instances. |
|