Faster remainder

This commit is contained in:
Justin Ethier 2017-08-23 19:01:17 -04:00
parent 49df11049a
commit f67b5fc1ea

View file

@ -5,6 +5,7 @@
Features Features
- Made additional speed increases to `read`. - 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. - 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. - Allow optimization of `define-c` functions marked as `inline` even if an alternative non-CPS version of the function is not defined.