ASTsearch: Intelligently search in Python code
ASTsearch is an intelligent search tool for Python code.
Read more »Performance Cliffs
A common bad property of many different JIT compilers is that of a “performance
cliff”: A seemingly reasonable code change, leading to massively reduced
performance due to hitting s… Read more