-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[ntuple] Improve RPagePool #16859
Merged
Merged
[ntuple] Improve RPagePool #16859
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9eeeeb1 - Browse repository at this point
Copy the full SHA 9eeeeb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85859df - Browse repository at this point
Copy the full SHA 85859dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for af5ccec - Browse repository at this point
Copy the full SHA af5ccecView commit details -
[ntuple] remove RPage::MakePageZero()
Instead of mapping all synthezised zero pages to the same memory buffer, use real allocated and zeroed out pages. That makes sure no special logic is required when adding and removing pages to and from the page pool.
Configuration menu - View commit details
-
Copy full SHA for 6f1fa5c - Browse repository at this point
Copy the full SHA 6f1fa5cView commit details -
[ntuple] add RPagePool::fLookupByBuffer
Allows for O(1) page lookup when a page is returned to the page pool, instead of the O(n) linear search.
Configuration menu - View commit details
-
Copy full SHA for 8e4ad89 - Browse repository at this point
Copy the full SHA 8e4ad89View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2a46e0 - Browse repository at this point
Copy the full SHA c2a46e0View commit details -
[ntuple] add RPagePool::fLookupByKey
Use a hash map to filter the pages in the page pool by column ID and on-disk type on access.
Configuration menu - View commit details
-
Copy full SHA for 2db1cd5 - Browse repository at this point
Copy the full SHA 2db1cd5View commit details -
[ntuple] minor code simplification
Co-authored-by: Jonas Hahnfeld <hahnjo@hahnjo.de>
Configuration menu - View commit details
-
Copy full SHA for 55fc1ca - Browse repository at this point
Copy the full SHA 55fc1caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 605e6db - Browse repository at this point
Copy the full SHA 605e6dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6057f54 - Browse repository at this point
Copy the full SHA 6057f54View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3a2322 - Browse repository at this point
Copy the full SHA a3a2322View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1635fcd - Browse repository at this point
Copy the full SHA 1635fcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15b33c0 - Browse repository at this point
Copy the full SHA 15b33c0View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.