6 ms·
Example? I'm curious
by nimithryn 3y ago
Example? I'm curious
- IshKebab 3y agoPython is generally around 50 times slower than C++. Obviously it varies massively with the benchmark but that's a good ballpark. Just Google "python vs c++ speed" and you will find hundreds of examples (or "python vs rust speed" - Rust is essentially the same speed as C++). Here's the first result - they got a 25x speedup: https://towardsdatascience.com/how-fast-is-c-compared-to-python-978f18f474c7 https://towardsdatascience.com/how-fast-is-c-compared-to-pyt...
- redsky880 3y agoDid you read the article and comments? The comments point out a lot of issues with the article. Sadly, I've seen this article referenced before on other discussions.