Apr 18, 2022
You're absolutely right, I thought I wrote useconds and it was a typo π―.
Cython or c-extensions would make a huge performance benefits when compared to python implementation optimizations, but at a cost of less readable code and / or need to use low level code that might be buggy and harder to maintain
It's a well know tradeoff.