Files
mruby-mruby/src
Yukihiro "Matz" Matsumoto 6d9109bf70 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.
2020-02-03 12:59:29 +09:00
..
2019-12-13 17:30:34 +09:00
2020-01-10 23:05:27 +09:00
2019-10-17 23:49:58 +09:00
2019-09-16 11:58:35 +09:00
2019-12-25 21:31:10 +09:00
2020-01-06 15:52:39 +09:00
2019-11-11 20:48:52 +09:00
2019-12-17 23:16:20 +09:00
2016-05-09 17:19:47 +02:00
2020-01-29 10:23:31 +09:00