Gary Willoughby: "Why Go's design is a disservice to intelligent programmers"
via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Fri Mar 27 07:18:31 PDT 2015
On Friday, 27 March 2015 at 12:15:03 UTC, Sönke Ludwig wrote:
> distribution across the cores, but in most scenarios the number
> of concurrent tasks should be high enough to keep all cores
> busy anyhow. There are also additional costs for moving fibers
> (synchronization, cache misses).
It is a complete disaster to not move fibers between threads if
you want good latency.
More information about the Digitalmars-d-announce
mailing list