Jean Boussier ee0de3fd4e [ruby/json] JSON.dump: write directly into the provided IO
Ref: https://github.com/ruby/json/issues/524

Rather than to buffer everything in memory.

Unfortunately Ruby doesn't provide an API to write into
and IO without first allocating a string, which is a bit
wasteful.

https://github.com/ruby/json/commit/f017af6c0a
2024-11-26 15:11:05 +09:00
..
2024-11-07 18:45:05 +09:00
2024-11-11 09:28:40 +09:00
2024-11-22 15:00:20 +09:00
2024-11-06 07:09:08 +00:00
2024-11-20 16:59:55 +00:00
2024-10-31 12:44:50 +09:00
2024-11-25 20:18:48 +09:00
2024-11-01 04:32:35 +00:00