-
John Hawthorn authored
With the recent changes to OutputBuffer, calling `to_s` is extremely expensive if the buffer later is concatenated to (if the buffer never changes it should be relatively inexpensive, as Ruby will share memory).
John Hawthorn authoredWith the recent changes to OutputBuffer, calling `to_s` is extremely expensive if the buffer later is concatenated to (if the buffer never changes it should be relatively inexpensive, as Ruby will share memory).
Loading