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

Remove option to allocate Agrona buffer on heap #142

Closed
tkowalcz opened this issue Feb 9, 2025 · 0 comments · Fixed by #143
Closed

Remove option to allocate Agrona buffer on heap #142

tkowalcz opened this issue Feb 9, 2025 · 0 comments · Fixed by #143

Comments

@tkowalcz
Copy link
Owner

tkowalcz commented Feb 9, 2025

Agrona does not like array backed buffers due to mis-alignment performance hit. It does not allow to turn off the check on arm.

tkowalcz added a commit that referenced this issue Feb 9, 2025
…nt performance hit. It does not allow to turn off the check on arm.
tkowalcz added a commit that referenced this issue Feb 9, 2025
…nt performance hit. It does not allow to turn off the check on arm. (#143)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant