Punctuation

This commit is contained in:
Justin Ethier 2018-05-01 13:33:29 -04:00
parent a42b5acdc8
commit 38bb2373b6

View file

@ -5,7 +5,7 @@
Features Features
- Made several performance improvements to SRFI 69 hash tables, including: - Made several performance improvements to SRFI 69 hash tables, including:
- Improved hash table lookup performance for symbols - Improved hash table lookup performance for symbols.
- Increased the max bound of hash tables to `(2 ^ 30) - 1`. - Increased the max bound of hash tables to `(2 ^ 30) - 1`.
- Changed `hash-by-identity` to a high-performance builtin. - Changed `hash-by-identity` to a high-performance builtin.
- Added basic support for square and curly brackets in place of parentheses. - Added basic support for square and curly brackets in place of parentheses.