Archives for the Month of May, 2021

Optimizing Python With Cython

This is a mirror of a 2015 article I wrote about using Cython. Python is slow. It’s still faster than a lot of other languages, but describing Python code as “fast” will probably get some weird looks from people who use compiled or JITted languages. Still, I love Python for its design and speed at […]