[plt-scheme] open-output-string/bytes internals
Hi -
I'm wondering how `open-output-string` and `open-output-bytes` keep the data
written to the port. Are the data kept in one single contiguous bytes that
gets resized as more bytes are written to it, or in a list of bytes that
gets concatenated later when calling `get-output-string/bytes`, or perhaps
some other methods?
Thanks,
yc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20080710/4d7dd832/attachment.html>