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

Memory barrier #13

Open
ZiGaMi opened this issue Jun 27, 2024 · 0 comments
Open

Memory barrier #13

ZiGaMi opened this issue Jun 27, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ZiGaMi
Copy link
Contributor

ZiGaMi commented Jun 27, 2024

Check the mechanism behind the memory barrier - membar: https://en.wikipedia.org/wiki/Memory_barrier

"This typically means that operations issued prior to the barrier are guaranteed to be performed before operations issued after the barrier."

Check to improve pushing data to queue by adding membar before increasing head pointer

@ZiGaMi ZiGaMi added the enhancement New feature or request label Jun 27, 2024
@ZiGaMi ZiGaMi self-assigned this Jun 27, 2024
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