Albert
09/27/2021, 8:03 AMwithout_actor
runs in about ~10ms for 100_000 messages
with_actor
runs in about ~4000ms for 100_000 messages
Is this caused by some context switching what is happening internally, or related how locking is done internally?bezrukov
09/27/2021, 9:20 AMwithout_actor
. without_actor
basically has no suspension points