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-13 12:27:26 -08:00
2024-11-05 23:04:49 +09:00
2024-11-05 04:19:39 +00:00
2024-11-25 08:00:03 +00:00
2024-11-20 16:59:55 +00:00
2024-10-16 17:04:37 +09:00