DBScholar

Back to papers

Improving Regular-Expression Matching on Strings Using Negative Factors

Summary: Introduces negative factors—substrings that cannot appear in a match—to prune candidate regex matches, reducing verification while preserving completeness. Bit-parallel processing and high-quality factor selection enable integration with existing algorithms, yielding 11–74× speedups on grep-like tasks (DNA, proteins, text). (summarized by gpt-5-nano on Feb 09 2026)

Paper ID
4760
Venue
SIGMOD
Year
2013
Pagerank
6.1170269e-05
Overall Rank
5,698 | 60.91%
DOI
10.1145/2463676.2465289

Incoming Non-self Citations Over Time

Authors

BibTeX Citation

@inproceedings{yang_sigmod13,
        title = {{Improving Regular-Expression Matching on Strings Using Negative Factors}},
        author = {Yang, Xiaochun and Wang, Bin and Qiu, Tao and Wang, Yaoshu and Li, Chen},
        series = {{SIGMOD} '13},
        booktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management of Data},
        publisher = {Association for Computing Machinery},
        doi = {10.1145/2463676.2465289},
        url = {https://dl.acm.org/doi/10.1145/2463676.2465289},
        year = {2013}
}

Incoming Citations (Sorted by Pagerank)

Showing 2 of 2 citing papers.

Rank Citing Paper Year Venue Pagerank
1,528 Joining Extractions of Regular Expressions 2018 PODS 0.00010486718
9,312 REmatch: a novel regex engine for finding all matches 2023 VLDB 5.289545e-05
Previous Page 1 / 1 Next

Outgoing Citations (Sorted by Pagerank)

Showing 0 of 0 cited papers.

Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.

Rank Cited Paper Year Venue Pagerank
Previous Page 1 / 1 Next

Semantically Similar Papers