mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Fix link
This commit is contained in:
parent
a9abc2966c
commit
d819d8c220
1 changed files with 1 additions and 1 deletions
2
index.md
2
index.md
|
@ -134,7 +134,7 @@ Cyclone provides several example programs, including:
|
|||
|
||||
- Cyclone's [Garbage Collector](docs/Garbage-Collector) is documented at a high-level. This document includes details on extending Cheney on the MTA to support multiple stacks and fusing that approach with a tri-color marking collector.
|
||||
|
||||
- The garbage collector was subsequently enhanced to support [Lazy Sweeping](https://github.com/justinethier/cyclone/blob/master/docs/Garbage-Collection-Using-Lazy-Sweeping) which improves performance for a wide range of applications.
|
||||
- The garbage collector was subsequently enhanced to support [Lazy Sweeping](docs/Garbage-Collection-Using-Lazy-Sweeping) which improves performance for a wide range of applications.
|
||||
|
||||
# License
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue