mikehaertel / minrx

Minimal matcher for POSIX Extended Regular Expressions
GNU Lesser General Public License v3.0
3 stars 2 forks source link

Speed up the search if REG_NOSUB option is specified. #13

Open mikehaertel opened 3 months ago

mikehaertel commented 3 months ago

Right now the REG_NOSUB flag exists but does not select a more-optimized search.