Click here to Skip to main content
15,611,153 members
Articles / General Programming / String

Stats

29.5K views
893 downloads
49 bookmarked

Fast String Matching with Wildcards, Globs, and Gitignore-Style Globs - How Not to Blow it Up

Rate me:
Please Sign up or sign in to vote.
4.99/5 (40 votes)
23 Jan 2020CPOL11 min read
Classic globbing and modern gitignore-style globbing algorithms can be fast, whereas recursive implementations are known to blow up exponentially; why some freely available source code should not be used.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
CEO
United States United States
Founder of Genivia inc, Professor of Computer Science

Comments and Discussions