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

sorry i'm not very sure about this, it's a question. does monoio allow for shared memory across cores? #60

Open
hiqsociety opened this issue Mar 2, 2022 · 1 comment
Labels
F-feature-request feature request

Comments

@hiqsociety
Copy link

thread per core. does it mean it can share memory or it cant share memory across cores?

@hiqsociety hiqsociety added the F-feature-request feature request label Mar 2, 2022
@ihciah
Copy link
Member

ihciah commented Mar 3, 2022

Of course it can. This is user behavior. It doesn't depend on runtime.

However the memory sharing usually(not always) comes with synchronization like Mutex, which hurts performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
F-feature-request feature request
Projects
None yet
Development

No branches or pull requests

2 participants