Comment 1 for bug 711340

Revision history for this message
Nathan Froyd (froydnj) wrote :

If you're converting to UTF-8 (the benchmark really ought to say...), this is partly because SBCL is much more strict about well-formedness checking (at least it was last time I looked) and partly because flexi-streams computes the output length, enabling easy pre-allocation of the output buffer.