From b31b891f114cf8704728116435efc5a2f9c2a719 Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Mon, 17 Jan 2022 17:39:25 +0100 Subject: [PATCH] clarify GCs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4372779..83b5a5e 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ The following types and procedures are exposed: 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 - 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)