|
|
|
|
|
by ddorian43
1119 days ago
|
|
The hot path is message-passing. Native multi-threading is used when you have functionality that already works on threads and you don't want to port it. Multi-thread is not used in the hot path. A single data-part/shard is served by a single thread. |
|