ruby/ext/json/generator
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
..
depend ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
extconf.rb [flori/json] Use the pure-Ruby generator on TruffleRuby as it is much faster 2024-06-04 14:44:43 +09:00
generator.c [flori/json] Optimize key type check in json_object_i 2024-10-03 14:20:34 +09:00
generator.h [flori/json] JSON.dump: avoid redundant UTF-8 validation 2024-10-03 14:20:34 +09:00