Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embed the CQueue in a ProcessId #20

Open
NicolasT opened this issue Mar 22, 2023 · 0 comments
Open

Embed the CQueue in a ProcessId #20

NicolasT opened this issue Mar 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@NicolasT
Copy link
Owner

For most operations (e.g., link, monitor etc.) it's likely fine to go through the nodeContextProcesses Map to look up some target process and make modifications. However, when sending a message, going through this Map is quite wasteful. Instead, we could consider keeping a reference to a process' CQueue in its ProcessId, so send pid a doesn't need to go through the process table and can instead simply retrieve the CQueue from the ProcessId and deliver a.

@NicolasT NicolasT added the enhancement New feature or request label Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant