From 342c438586650a7f7e5d9ed305d6fa6cc52ae8ad Mon Sep 17 00:00:00 2001 From: Tobias Theel Date: Fri, 31 Dec 2021 09:04:14 +0100 Subject: [PATCH] remove multi core support non-goal --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c2fa02f57..4a2501850 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,6 @@ Goals: Non-goals: -* Using more than one core. * Be efficient while using zillions of goroutines. However, good goroutine support is certainly a goal. * Be as fast as `gc`. However, LLVM will probably be better at optimizing certain things so TinyGo might actually turn out to be faster for number crunching. * Be able to compile every Go program out there.