Change string-builder to use a vector as its buffer.
authorChris Hanson <org/chris-hanson/cph>
Mon, 18 Nov 2019 04:12:39 +0000 (20:12 -0800)
committerChris Hanson <org/chris-hanson/cph>
Mon, 18 Nov 2019 04:12:39 +0000 (20:12 -0800)
commit0a7ecd25694f4726918cc8b85956d3d60133dbd2
tree064a1af922b9daa8ea90b72dccfa2a4b74f9e4d0
parent64664b958aab1b15cca967c80852fd472a5c28c1
Change string-builder to use a vector as its buffer.

Hopefully this will be generally faster since it's slower to copy characters
into a mutable string than it is into a vector.
src/runtime/string.scm