mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
6d9109bf70
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.