Towards Fast Regular Expression Matching In Practice

ACM SIGCOMM COMPUTER COMMUNICATION REVIEW(2013)

Cited 8|Views25
No score
Abstract
Regular expression matching is popular in today's network devices with deep inspection function, but due to lack of algorithmic scalability, it is still the performance bottleneck in practical network processing. To address this problem, our method first partition regular expression patterns into simple segments to avoid state explosion, and then compile these segments into a compact data structure to achieve fast matching. Preliminary experiments illustrate that our matching engine scales linearly with the size of the real-world pattern set, and outperforms state-of-the-art solutions.
More
Translated text
Key words
Regular expression matching,deep inspection,DFA
AI Read Science
Must-Reading Tree
Example
Generate MRT to find the research sequence of this paper
Chat Paper
Summary is being generated by the instructions you defined