1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00

Add output string port speedup.

This commit is contained in:
Kevin Ryde 2005-10-28 23:09:53 +00:00
parent e7a6799e20
commit 2b8af56a53

7
NEWS
View file

@ -56,6 +56,13 @@ These are now available in the default environment.
** make-stack can now correctly construct a stack from a continuation.
** Output string port speed problems have been improved
Output string port (open-output-string, etc) writing was very slow at
about 50 to 100 kbytes or above. This affected various things, in
particular regexp-substitute/global on a large string, and stack
backtraces with a large object.
* Changes to the C interface