We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce9fbcb commit d569de4Copy full SHA for d569de4
README.md
@@ -142,6 +142,8 @@
142
* by hopping back and forth between them as necessary
143
* may have relevant impact on the GC
144
* uses heap to store stacks
145
+ * but: if you run 1000 virtual threads by 8 native threads you have only 8 additional gc roots (not 1000)
146
+ * massive context switches (in user space) of a huge number of virtual threads can potentially cause a larger amount of cache misses
147
* is a concept that is beyond the ZIO library
148
* it’s a concurrency model
149
* we’re measuring threads versus CPU cores and fibers versus GB of heap
0 commit comments