ruby/ext/json/parser
Jean Boussier c4d4c6b846 [ruby/json] Speedup Parser initialization
Extracted from: https://github.com/ruby/json/pull/512

Use `rb_hash_lookup2` to check for hash key existence instead
of going through `rb_funcall`.

43835a0d13

Co-Authored-By: lukeg <luke.gru@gmail.com>
2024-10-18 11:28:12 +09:00
..
depend ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
extconf.rb [flori/json] Deduplicate strings inside json_string_unescape 2021-05-17 19:51:51 +09:00
parser.c [ruby/json] Speedup Parser initialization 2024-10-18 11:28:12 +09:00
parser.h [ruby/json] Speedup Parser initialization 2024-10-18 11:28:12 +09:00
parser.rl [ruby/json] Speedup Parser initialization 2024-10-18 11:28:12 +09:00
prereq.mk ext/json/parser/prereq.mk: fix warnings for code generated by ragel 2021-05-18 23:26:03 +09:00