-
Notifications
You must be signed in to change notification settings - Fork 25
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
Enable chunk-wise processing for all peaks data functions #306
Merged
Commits on Nov 20, 2023
-
feat: add functionality enabling chunk processing by default
- Refactor the code to decide how to split `Spectra` for parallel processing: it's no longer done automatically by `dataStorage`. - Add a slot to `Spectra` allowing to set a processing chunk size. Issue #304 - With chunk-wise processing only the data of one chunk is realized to memory in each iteration. This also enables to process data in parallel.
Configuration menu - View commit details
-
Copy full SHA for 37b8c99 - Browse repository at this point
Copy the full SHA 37b8c99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 432efc2 - Browse repository at this point
Copy the full SHA 432efc2View commit details
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2e7366e - Browse repository at this point
Copy the full SHA 2e7366eView commit details
Commits on Nov 22, 2023
-
feat: enable chunk-wise processing for peaks data operations
- Add and modify functions to enable default chunk-wise processing of peaks data (issue #304). - Split the documentation for chunk-wise (parallel) processing into a separate documentation entry.
Configuration menu - View commit details
-
Copy full SHA for 17e733f - Browse repository at this point
Copy the full SHA 17e733fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67c88e3 - Browse repository at this point
Copy the full SHA 67c88e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72c65ea - Browse repository at this point
Copy the full SHA 72c65eaView commit details
Commits on Nov 24, 2023
-
refactor: update function to all use the new chunk settings
- Use `processingChunkFactor` instead of `dataStorage` in functions to define splitting and processing. - Remove unnecessary functions. - Add a vignette on parallel/chunk-wise processing.
Configuration menu - View commit details
-
Copy full SHA for e6a50c8 - Browse repository at this point
Copy the full SHA e6a50c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 194f104 - Browse repository at this point
Copy the full SHA 194f104View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e555dc - Browse repository at this point
Copy the full SHA 0e555dcView commit details
Commits on Nov 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3ba908b - Browse repository at this point
Copy the full SHA 3ba908bView 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.