Labels
Labels
58 labels
- 32-bit x86 compatibility
- x86-64 specific (AVX2, SSSE3)
- ARM64 specific (NEON, future)
- WebAssembly support
- Public API (Compile, Match, Find, Replace)
- Lazy DFA, OnePass DFA
- Literal extraction from AST
- Strategy selection, engine orchestration
- Thompson NFA, PikeVM, BoundedBacktracker
- SIMD prefilters (memchr, memmem, Teddy)
- Low-level SIMD assembly (AVX2, SSSE3)
- Sparse set for NFA state tracking
- Comparison with Rust regex crate
- Comparison with Go stdlib regexp
- PCRE-like features
- RE2 syntax/semantics compatibility
- Go stdlib regexp API compatibility
- Trivial, < 1 hour
- Epic, 2+ weeks (split)
- Small, 1-4 hours
- Medium, ~1 day
- Large, 2-3 days
- Very large, ~1 week
- Good for newcomers
- Extra attention needed
- Maintainer will mentor
- Linux-specific
- macOS-specific
- Windows-specific
- Release blocker, correctness regression