Hacker News new | ask | show | jobs
by ncc-erik 1805 days ago
Big shoutout to lru_cache. I tossed in two lines of code and was able to get a 60x speedup in my code by reducing the amount of regular expression compilations I had to do.