AI Hacker News 4h ago 2 min read
OpenUI said rewriting its openui-lang parser from Rust/WASM to TypeScript made one-shot parsing 2.2x-4.6x faster and cut streaming parse cost by up to 3.3x, largely by removing JS-WASM boundary overhead and fixing O(N^2) re-parsing.