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:
parent
e7a6799e20
commit
2b8af56a53
1 changed files with 7 additions and 0 deletions
7
NEWS
7
NEWS
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue