One function took 462 seconds to fingerprint. Here is the algorithm that turned that into a couple of seconds, and why it is really an old string-matching idea run backwards.
You Cythonized the hot loop and it got faster. Now the hard question: is it optimal, and how would you even tell?
Using C++20 concepts and constexpr to encode x86 instructions at compile time
Cython and IDA Python for super fast reversing tools
Reflections on founding VGS, the challenges of leadership, and the transition to new hands after seven years at the helm.
On the transition from Maker to Manager
Writing a simple nose test plugin that times python tests, based of XUnit.
How to take an arbitrary stack trace in Python
Extending Python's CSV module
Extending python's itertools module