Files
mruby-mruby/src
Yukihiro "Matz" Matsumoto d52f46da45 Implement symbol hash table to boost find_symbol.
In 4174e02, we removed the symbol hash table from `mrb_state` but
`find_symbol` was too slow with linear search. My performance estimation
was wrong. So we implemented a new compact hash table for symbols.
2019-02-06 22:07:11 +09:00
..
2018-11-15 21:01:56 +09:00
2018-12-17 16:00:22 +09:00
2018-12-11 10:39:53 +09:00
2016-05-09 17:19:47 +02:00
2018-12-23 14:23:44 +09:00