-
Notifications
You must be signed in to change notification settings - Fork 51
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
Parallel JSON #1475
Merged
Merged
Parallel JSON #1475
Conversation
This file contains 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
franzpoeschel
force-pushed
the
parallel-json
branch
2 times, most recently
from
July 25, 2023 14:05
1d8dbdb
to
c42b8db
Compare
franzpoeschel
force-pushed
the
parallel-json
branch
2 times, most recently
from
August 10, 2023 09:38
926c146
to
c1d9bb3
Compare
franzpoeschel
force-pushed
the
parallel-json
branch
from
August 18, 2023 13:01
c1d9bb3
to
ea5aad3
Compare
franzpoeschel
force-pushed
the
parallel-json
branch
from
September 5, 2023 11:49
ea5aad3
to
8d61c89
Compare
franzpoeschel
force-pushed
the
parallel-json
branch
from
October 11, 2023 07:44
8d61c89
to
8153856
Compare
franzpoeschel
force-pushed
the
parallel-json
branch
2 times, most recently
from
November 20, 2023 16:28
334bda1
to
ea497a0
Compare
@@ -1269,40 +1339,141 @@ | |||
return (*obtainJsonContents(file))[filePosition->id]; | |||
} | |||
|
|||
void JSONIOHandlerImpl::putJsonContents( | |||
auto JSONIOHandlerImpl::putJsonContents( |
Check warning
Code scanning / CodeQL
Poorly documented large function Warning
Poorly documented function: fewer than 2% comments for a function of 136 lines.
franzpoeschel
force-pushed
the
parallel-json
branch
2 times, most recently
from
November 27, 2023 09:48
308b6a1
to
8e7953c
Compare
franzpoeschel
force-pushed
the
parallel-json
branch
3 times, most recently
from
December 22, 2023 18:32
fbb3ea5
to
38fd114
Compare
franzpoeschel
force-pushed
the
parallel-json
branch
from
January 23, 2024 16:20
38fd114
to
369671e
Compare
franzpoeschel
force-pushed
the
parallel-json
branch
2 times, most recently
from
February 5, 2024 14:57
a564618
to
9f0bb83
Compare
franzpoeschel
force-pushed
the
parallel-json
branch
from
February 14, 2024 10:16
9f0bb83
to
66d05b1
Compare
franzpoeschel
force-pushed
the
parallel-json
branch
from
February 27, 2024 10:44
66d05b1
to
b92b9aa
Compare
ax3l
approved these changes
Feb 28, 2024
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.
🚀
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Close #1472
TODO:
Idea: When using in parallel, just create files
simData.json.parallel/rank_0.json, simData.json.parallel/rank_1.json, ...
and so on. No direct support for reading, users need to either manually pick one of the JSON files or find some adequate tooling for merging them.