ended3월 18일· 1 sources

From 100x Slower Than Rust to Beating It: The coregex Journey

Rust보다 100배 느린 상태에서 Rust를 앞지르기까지: coregex의 여정

Why it matters

The coregex project, a Go regex engine claiming 3-3000x speedups over stdlib, was found to be 100x slower than Rust on LangArena's real-world LogParser benchmark covering 13 diverse patterns. By studying Rust's regex crate debug output, the author identified critical gaps—case-insensitive literal extraction, dense-digit handling, and multi-wildcard suffixes—and began systematically closing the performance gap.

1
Sources
+0
24h
Growth
178d
Active
coregexGo regexRustLangArenaTeddy prefilter

Sources

Related Issues