patitas
posts tagged with "patitas"
Why We Wrote Our Own Markdown Parser (And When You Shouldn't)
Why Patitas exists — ReDoS, O(n) lexing, parallel parsing — and when to use markdown or mistletoe instead.
Patitas — A Markdown Parser Built for Parallel Parsing
How Patitas achieves lock-free parallel Markdown parsing with immutable AST, ContextVar config, and an O(n) ReDoS-proof lexer — 6.6x speedup on 8 cores.