Expand description
Optimized extension matching for language detection.
This module provides high-performance file identification. for efficient multi-pattern matching.
The optimization strategies significantly improve performance over the naive O(n*m) approach of checking each language’s extensions individually.
Functions§
- match_
by_ aho_ corasick - Aho-Corasick based extension matching for comprehensive pattern matching.