mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Rename doc
This commit is contained in:
parent
cf5b42b2b6
commit
e777b8ebec
2 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
## 0.9 - TBD
|
||||
|
||||
This release significantly improves garbage collection performance by using [lazy sweeping](docs/Garbage-Collector-Lazy-Sweeping.md). Improvements are most notable to applications that perform a lot of allocations and have a large number of shortly-lived objects.
|
||||
This release significantly improves garbage collection performance by using [lazy sweeping](docs/Garbage-Collection-Using-Lazy-Sweeping.md).
|
||||
|
||||
## 0.8.1 - July 2, 2018
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue