Reduce the minimum string buffer size by pocke · Pull Request #2342 · rurema/doctree
ruby/ruby#2151 でString.new でデフォルトで確保されるcapacityのサイズが127から63に減ったので、それをるりまにも反映します。 https://github.com/ruby/ruby/blob/ruby_2_6/string.c#L1347 https://github.com/ruby/ruby/blob/ruby_2_7/string.c#L1311