Skip to main content

Module ext_iden

Module ext_iden 

Source
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.