PCRE2Project / pcre2

PCRE2 development is now based here.
Other
917 stars 191 forks source link

Rework character list matching in JIT #535

Closed zherczeg closed 1 month ago

zherczeg commented 1 month ago

Decreases the code size (less jumps, less compares), fixed some bugs, the speed is roughly the same as before.