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