mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-21 14:49:17 +02:00
Revised bullet
This commit is contained in:
parent
c1cdad0065
commit
b77a79a2e3
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
Features
|
||||
|
||||
- Made several performance improvements to SRFI 69 hash tables, including:
|
||||
- Improved hash table lookup performance for symbols.
|
||||
- Massively improved lookup performance for symbols.
|
||||
- Increased the max bound of hash tables to `(2 ^ 30) - 1`.
|
||||
- Changed `hash-by-identity` to a high-performance builtin.
|
||||
- Added a `repl` function to `(scheme repl)` to make it easy to use a REPL from your own code.
|
||||
|
|
Loading…
Add table
Reference in a new issue