Remix.run Logo
gethly 7 hours ago

> CPU single-core

This does not fare well for Go though.

Thaxll 27 minutes ago | parent | next [-]

Most Go code on Kubernetes runs on a single core.

jerf 6 hours ago | parent | prev | next [-]

It runs fine. It is perhaps a bit pricey for a 200MHz system, I'd certainly focus on having only a few of them and doing most of my work by looping over some sort of user-defined tasklet (or, in other words, "standard game architecture"), but it's not like Go requires multiple CPUs to work at all.

awesome_dude an hour ago | parent | prev | next [-]

Wouldn't it suit Go over some other architecture, because of goroutines being in userspace, the single CPU is effectively multithreaded when using Go

c2xlZXB5Cg1 7 hours ago | parent | prev | next [-]

Paging Mythbusters

lagniappe 6 hours ago | parent | prev [-]

Huh?