Use simple search for short strings in `mrb_memsearch_qs`; close #4940
Differences from the PR #4940: * Use simple search for short strings only. * "short" means `m+n` is shorter than `MRB_QS_SHORT_STRING_LENGTH`. * The current default value for `MRB_QS_SHORT_STRING_LENGTH` is 2048.
Showing
Please register or sign in to comment