Replace blind round-robin placement with load-aware strategy that reads per-worker stats (actor count + mailbox depth) and biases toward lighter workers. Falls back to round-robin when stats are equal (initial burst). Deep research on work stealing across Tokio (steal-half, LIFO slot), Go (M:N scheduler), BEAM (proactive migration), and ForkJoinPool. Full actor migration is feasible but deferred due to message-loss window. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| baseline_benchmarks.md | ||
| constraints.md | ||
| progress.md | ||
| research_synthesis.md | ||