Faster version of vector

This commit is contained in:
Justin Ethier 2019-02-28 14:25:03 -05:00
parent 3bf2a6125c
commit 99d5614339

View file

@ -5,6 +5,7 @@
Features
- Faster initialization of objects create via `define-record-type`.
- Allow the compiler to generate a faster version of `vector` when it is called directly with a small number of arguments.
## 0.9.9 - February 19, 2019