Expand description
Cached Style Parser for Performance Optimization
This module provides caching for frequently parsed anstyle strings to avoid repeated parsing overhead, especially useful for theme parsing and frequently used style configurations.
Uses LrMap (left-right concurrent map) for lock-free reads on the hot
path while still allowing safe concurrent inserts on cache miss.
Structsยง
- Cached
Style Parser - Thread-safe cached parser for Git and LS_COLORS style strings