clarify GCs

This commit is contained in:
Mamy Ratsimbazafy 2022-01-17 17:39:25 +01:00 committed by GitHub
parent 12752b9e5e
commit b31b891f11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ The following types and procedures are exposed:
The following are non-goals: The following are non-goals:
- Supporting GC-ed memory on Nim default GC (sequences and strings) - Supporting GC-ed types with Nim default GC (sequences and strings). Using no GC or --gc:arc, --gc:orc or --gc:boehm (any GC that doesn't have thread-local heaps).
- Having async-awaitable tasks - Having async-awaitable tasks
- Running on environments without dynamic memory allocation - Running on environments without dynamic memory allocation
- High-Performance Computing specificities (distribution on many machines or GPUs or machines with 200+ cores or multi-sockets) - High-Performance Computing specificities (distribution on many machines or GPUs or machines with 200+ cores or multi-sockets)