From f67b5fc1ea2aa47837e7b4aa51b37fd7bd347232 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 23 Aug 2017 19:01:17 -0400 Subject: [PATCH] Faster `remainder` --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccbc58fd..97ae99e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Features - Made additional speed increases to `read`. +- Streamlined type checking to make the `remainder` function faster. - Relocated `string-join` to `(scheme cyclone util)` and added a corresponding `string-split` function. - Allow optimization of `define-c` functions marked as `inline` even if an alternative non-CPS version of the function is not defined.