You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf(es/fast-lexer): Optimize SIMD vector initialization with initialing u8x16 once. (#10183)
**Description:**
Improves performance and reduces repeated allocations by initialing `u8x16` in global to ensure constants u8x16 initial once.
- Simplifies SIMD vector creation using `u8x16::new()`
- Maintains the previous performance optimizations for lexer vector handling
0 commit comments