performance
post tagged with "performance"
Rosettes — Lock-Free Syntax Highlighting for Free-Threaded Python
How Rosettes achieves lock-free parallel syntax highlighting with local-only state, frozen lookup tables, and O(n) hand-written lexers — 2.5x speedup on 4 cores.