Dec 20, 2020
Microbenchmarking is always fun, but you should consider a more level playing field. If a Python developer is looking to optimize performance, the first thing they’d do is do the same implementation in Cython — not raw Python. So while the results are interesting, they are impractical because they don’t take even the basic path to building highly performant compilable Python code.