Bar chart comparing performance improvements across three technologies: JSON shows 15.6ms (v17) reduced to 0.35ms (v18), a 44.6x speed increase; LiquidHTML shows 2,250ms (JS) reduced to 36ms (Wasm), a 62.8x speed increase; and ES5 shows 3,308ms (JS) reduced to 55ms (Wasm), a 60.3x speed increase. Blue bars represent 'Before' measurements and green bars represent 'After' measurements
New post on the @ohmjs.org blog —
Inside Ohm's PEG-to-Wasm compiler
→ ohmjs.org/blog/2026/03...
v18 is now more than 50x faster for real-world grammars while using about 10% of the memory 🔥
…this post goes into the details of how it's built.