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

Reduce per-node memory usage #19

Merged
merged 1 commit into from
Apr 16, 2024
Merged

Reduce per-node memory usage #19

merged 1 commit into from
Apr 16, 2024

Conversation

ibraheemdev
Copy link
Owner

Move batch data into a single batch allocation. This reduces the size of a node by half, requiring two words instead of four. When epoch tracking is disabled, it would be possible to cut this to a single word by moving linking reservation nodes through the batch, but specializing on that case would require API changes that are avoided for now.

Addresses #5, jonhoo/flurry#115.

@ibraheemdev ibraheemdev merged commit 1a928b1 into master Apr 16, 2024
12 checks passed
@ibraheemdev ibraheemdev mentioned this pull request Apr 16, 2024
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.

1 participant