summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLinus <bjornstam.linus@fastmail.se>2021-02-17 22:28:19 +0100
committerAndy Wingo <wingo@pobox.com>2021-03-09 21:10:04 +0100
commit0bd7497b61f91d78056f288a1fd719a0959cfddc (patch)
treebe4cfef148ceb76e7713083336e67b75bde0e02d /NEWS
parent5046385df8ca6ad6677bb1cfff6a77ec0448301d (diff)
downloadguile-0bd7497b61f91d78056f288a1fd719a0959cfddc.tar.gz
Write a proper vector-map and vector-for-each for (rnrs base)
* module/rnrs/base.scm (vector-map vector-for-each): Rewrite to not be slow. * NEWS: Update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 5 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 74a2641bd..3a8be50ce 100644
--- a/NEWS
+++ b/NEWS
@@ -138,10 +138,6 @@ The Gnulib compatibility library has been updated, for the first time
since 2017 or so. We expect no functional change but look forward to
any bug reports.
-** Optimized "eof-object?"
-
-This predicate is now understood by the compiler.
-
* New interfaces and functionality
** `call-with-port'
@@ -180,6 +176,11 @@ See "Syntax Case" in the manual.
See "Syntax Transformer Helpers" in the manual.
+* Optimizations
+
+** eof-object?
+** R6RS vector-map, vector-for-each
+
* Bug fixes
** Fix reverse-list->string docstring