ruby/ext/json
Jean Boussier 4cd893b048 [flori/json] Optimize key type check in json_object_i
Rather than checking the class we can check the type.
This is very subtly different for String subclasses, but I think it's
OK.

We also save on checking the type again in the fast path.

772a0201ab
2024-10-03 14:20:34 +09:00
..
fbuffer [flori/json] Optimize fbuffer_inc_capa 2024-10-03 14:20:34 +09:00
generator [flori/json] Optimize key type check in json_object_i 2024-10-03 14:20:34 +09:00
lib [flori/json] Use the pure-Ruby generator on TruffleRuby as it is much faster 2024-06-04 14:44:43 +09:00
parser [flori/json] Remove outdated ifdef checks 2024-09-03 11:51:51 +09:00
depend Added depend files 2019-07-14 01:31:29 +09:00
extconf.rb Implement a freeze: parser option 2020-10-20 21:40:25 +09:00
json.gemspec Removed obsoleted version definition 2023-12-05 12:04:35 +09:00