mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
02fbb2c211
Use linear search instead. Number of symbols is usually small (<1K), so we don't need performance boost from hash tables. In our benchmark measurement, hash tables consumes 790KB for `build/full-debug/mrbtest`.