Expand description
SIMD-accelerated parsing utilities for BibTeX
This module provides SIMD-optimized functions for common parsing operations like brace balancing and quote scanning, achieving 30-50% performance gains.
Functionsยง
- find_
balanced_ braces - Find balanced braces using SIMD acceleration
- find_
balanced_ parentheses - Find balanced parentheses using SIMD acceleration
- find_
balanced_ quotes - Find balanced quotes using SIMD acceleration
- find_
entry_ start - Fast scan to find entry start (@)
- find_
field_ end - Fast scan for next comma or closing delimiter
- find_
field_ separator - Fast scan for field separator (=)
- scan_
identifier - SIMD-accelerated identifier scanning using lookup table Returns the length of the identifier (alphanumeric, _, -, :, .)
- scan_
whitespace - SIMD-accelerated whitespace scanning Returns the length of the whitespace sequence