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

ForJoinPool for batchUpdate investigation #380

Open
g4s8 opened this issue Feb 25, 2021 · 0 comments
Open

ForJoinPool for batchUpdate investigation #380

g4s8 opened this issue Feb 25, 2021 · 0 comments

Comments

@g4s8
Copy link
Member

g4s8 commented Feb 25, 2021

Now, the Rpm.batchUpdate() method runs in parallel for each package file to update on RX IO-scheduler. Let's investigate if it's possible to schedule package parsing tasks on ForkJoinPool maybe with RecursiveTask where package parsing task can be self-estimated and decomposed to subtasks. First we need to create some benchmarks to analyze the speed of current butchUpdate() version and compare it with a new solution.

@g4s8 g4s8 added enhancement New feature or request priority/low labels Feb 25, 2021
@genryxy genryxy removed their assignment Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants