opteryx icon indicating copy to clipboard operation
opteryx copied to clipboard

✨ Use Python AST rewriting to improve performance

Open joocer opened this issue 2 years ago • 0 comments

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

joocer avatar Dec 17 '22 12:12 joocer