Simplify thread queues + thread affinity #28

Closed
opened 2025-06-05 18:37:05 +00:00 by john · 0 comments
Owner

There are currently two queues for actors, one for all actors and one for actors that require the main queue; by introducing actor thread affinities, we can kill two birds with one stone: the number of queues will drop to one, and actors will no longer be shuffled so much around the threads.

There are currently two queues for actors, one for all actors and one for actors that require the main queue; by introducing actor thread affinities, we can kill two birds with one stone: the number of queues will drop to one, and actors will no longer be shuffled so much around the threads.
john closed this issue 2025-06-09 19:36:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: john/cell#28
No description provided.