You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API update: allow hs_reset_stream() and hs_reset_and_copy_stream() to be
supplied with a NULL scratch pointer if no matches are required. This is in
line with the behaviour of hs_close_stream().
Disallow bounded repeats with a very large minimum repeat but no maximum,
i.e. {N,} for very large N.
Reduce compile memory usage in literal set explansion for some large cases.