-
Notifications
You must be signed in to change notification settings - Fork 6
feat: implement bulk_load API for all ART tree modes (#636) #864
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
Open
thompsonbry
wants to merge
22
commits into
unodb-dev:master
Choose a base branch
from
thompsonbry:feat/bulk-load-636
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
f9b873f
feat: implement bulk_load API for all ART tree modes (#636)
936eb16
test: add OOM and concurrent reader tests for bulk_load
e68c966
fix: portability for macOS <execution> and GCC warnings
da66cab
fix: address CodeRabbit review feedback (#864)
f801b12
fix: guard memory_use check with STATS, format
6a18e57
fix: element-wise bitmask assignment for TSan/OLC builds
394f1e3
fix: suppress MSVC C4100 unreferenced parameter 'depth'
ad88317
fix: suppress MSVC C4100/C4365 warnings in bulk_load
d716a6f
fix: MSVC static analysis and clang-cl documentation warnings
886c7cd
fix: MSVC static analysis warnings in bulk_load tests
a3ddafd
fix: remaining MSVC static analysis warnings
5585da9
fix: MSVC static analysis C26815/C26445/C26496 suppressions
9601a9d
fix: MSVC/clang-cl NRVO, C26495, C26496, C26814 warnings
08500f2
fix: suppress MSVC C26496 for vmask variables in if-constexpr branches
b226d5a
fix: initialize children{} in all inode bulk_load constructors (C26495)
a7f222d
fix: disable parallel bulk_load for non-thread-safe db types
fb7f636
feat: replace ExecutionPolicy with caller-provided fork callable
d928f95
fix: address cppcheck warnings on macOS CI
ed24f28
fix: inode48 bulk_load_tag ctor and cppcheck warnings
c971952
fix: cppcheck useStlAlgorithm in benchmark, formatting
361378e
refactor: shared bulk_build_result, bulk_subtree_guard, bulk_build_chain
171f0f4
refactor: address laurynas review feedback
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need a forward declaration at all if it's a template and its header has to be included anyway?