issues
search
mikehaertel
/
minrx
Minimal matcher for POSIX Extended Regular Expressions
GNU Lesser General Public License v3.0
3
stars
2
forks
source link
Add optimization for rapid skip-ahead due to excluded first characters.
#9
Open
mikehaertel
opened
3 months ago
mikehaertel
commented
3 months ago
A byte-indexed table is possible in 1-byte and UTF-8 encodings.
Other encodings may have shift states, which will require a WChar-indexed structure, probably using some sparse representation.