Content deleted Content added
Haraldrudell (talk | contribs) |
Haraldrudell (talk | contribs) |
||
Line 23:
# Virtual Threads can hop over all processors and cores
## This allows for using all available hardware, a 10x increase on today’s computers
## In the go1.18 implementation, there are virtual thread queues per execution unit. There are additional virtual threads not allocated to an execution unit and
# Unlike co-routines, there is no yield or other intervention by the programmer
## Unlike
# Today’s implementations of Virtual Threads have smaller, managed stacks
## This allows for many magnitudes more threads than from using OS threads
|