So now I’m truly confused: removing ~300 re.compil...
# general
h
So now I’m truly confused: removing ~300 re.compile calls due to markdown_to_html didn’t move the needle, which I assumed was due to thrash, but monkeypatching re._MAXCACHE = 10000 in our main also doesn’t move the needle.