You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 onForkJoinPool
maybe withRecursiveTask
where package parsing task can be self-estimated and decomposed to subtasks. First we need to create some benchmarks to analyze the speed of currentbutchUpdate()
version and compare it with a new solution.The text was updated successfully, but these errors were encountered: