bitFA: A Novel Data Structure for Fast and Update-friendly Regular Expression Matching

Zhe Fu,Shijie Zhou,Jun Li
DOI: https://doi.org/10.1145/3123878.3132011
2017-01-01
Abstract:This paper proposes bitFA, a novel data structure optimized for fast and update-friendly regular expression matching. bitFA leverages fast bit manipulation, instruction-level parallelism and bitmap compression techniques to achieve 5x to 25x acceleration compared to existing NFA or DFA based regular expression matching methods.
What problem does this paper attempt to address?