mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
5001cc4716
The two main optimization are: - buffer writes for improved performance - avoid formatting functions when possible ``` | |compare-ruby|built-ruby| |:------------------|-----------:|---------:| |dump_all_string | 1.038| 195.925| | | -| 188.77x| |dump_all_file | 33.453| 139.645| | | -| 4.17x| |dump_all_dev_null | 44.030| 278.552| | | -| 6.33x| ``` |
||
---|---|---|
.. | ||
test_objspace.rb |