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

Functions for external memory management of scratch and stream objects #109

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

redmeadowman
Copy link

Pull request for a simple set of features that make it easy for external memory management of the scratch and stream objects without going through the four static memory allocators. This is essential for high performance in NUMA (Non-Uniform Memory Architecture) systems such as Linux. Also addressed a corner case where scratch objects may be shorted when cache aligned.

… streams and scratch areas. Also fixed potential bug where the alignment to 64 bytes cache line might shorten a scratch area too much. Added unit tests for the new external memory interfaces.
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 this pull request may close these issues.

None yet

2 participants