opteryx
opteryx copied to clipboard
✨ Use Python AST rewriting to improve performance
At load time some things are known that weren't known at install time. We can use AST rewriting to rewrite some functions to improve performance.
Inspired by https://github.com/brmmm3/fastlogging/blob/master/doc/Optimize.rst