Skip to content

feat(runtime): add getOrSpawn and load-aware scheduling - #4

Merged
JS-AK merged 1 commit into
masterfrom
feat/get-or-spawn
Jul 31, 2026
Merged

feat(runtime): add getOrSpawn and load-aware scheduling#4
JS-AK merged 1 commit into
masterfrom
feat/get-or-spawn

Conversation

@JS-AK

@JS-AK JS-AK commented Jul 31, 2026

Copy link
Copy Markdown
Owner
  • add getOrSpawn for one actor per key until destroy
  • place spawn on least-loaded worker; keyed spawn via hash(key)
  • speed up CallbackRegistry.releaseBoundToObject with reverse index
  • sync README/docs and extend examples and unit tests

- add getOrSpawn for one actor per key until destroy
- place spawn on least-loaded worker; keyed spawn via hash(key)
- speed up CallbackRegistry.releaseBoundToObject with reverse index
- sync README/docs and extend examples and unit tests
@JS-AK
JS-AK merged commit 15ae527 into master Jul 31, 2026
3 checks passed
@JS-AK

JS-AK commented Jul 31, 2026

Copy link
Copy Markdown
Owner Author

🎉 This PR is included in version 1.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@JS-AK JS-AK added the released label Jul 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant