From e938a58e0642d5eac6fd691a8705b8a0735fcde2 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 27 Sep 2023 14:26:33 +0200 Subject: [PATCH] Changelogs --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b757de18..d4af0053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ A preview of the next release can be installed from - Support interop on `java.util.stream.IntStream` - [#1513](https://github.com/babashka/babashka/issues/1513): Fix interop on `Thread/sleep` with numbers that aren't already longs - [#1624](https://github.com/babashka/babashka/pull/1624): Use Oracle GraalVM 21 ([@lispyclouds](https://github.com/lispyclouds)) +- Use PGO to speed up loops (now 2-3x faster for `(time (loop [val 0 cnt 10000000] (if (pos? cnt) (recur (inc val) (dec cnt)) val)))`!) ## 1.3.184 (2023-08-22)