diff options
author | Tobias Theel <[email protected]> | 2021-12-31 09:04:14 +0100 |
---|---|---|
committer | Nia <[email protected]> | 2022-01-01 00:17:51 -0500 |
commit | 342c438586650a7f7e5d9ed305d6fa6cc52ae8ad (patch) | |
tree | 1ede4b70e9f4a9f667f7c022ae756f6770e052cc /README.md | |
parent | 6b7ecf1f522dc00b08eb69ed365056a666439415 (diff) | |
download | tinygo-342c438586650a7f7e5d9ed305d6fa6cc52ae8ad.tar.gz tinygo-342c438586650a7f7e5d9ed305d6fa6cc52ae8ad.zip |
remove multi core support non-goal
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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. |