-
Notifications
You must be signed in to change notification settings - Fork 174
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
feat(torii-core): parallelization #2423
Conversation
WalkthroughOhayo, sensei! This pull request introduces a new command-line argument, Changes
Possibly related PRs
Recent review detailsConfiguration used: .coderabbit.yaml Files selected for processing (1)
Additional comments not posted (9)
TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
bb8b2fc
to
ff2d7a3
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2423 +/- ##
==========================================
+ Coverage 68.05% 68.20% +0.15%
==========================================
Files 364 365 +1
Lines 47864 48002 +138
==========================================
+ Hits 32573 32742 +169
+ Misses 15291 15260 -31 ☔ View full report in Codecov by Sentry. |
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.
We didn't switch the journal mode to WAL though, may be done in other PR to first evaluate performances as such. But this should be a good improvement.
Regarding the DB queue merging, we should ensure it's not an actual bottleneck.
Summary by CodeRabbit
New Features
max_concurrent_tasks
command-line argument for enhanced configurability.merge
to theSql
struct for combining instances.set
in theModelCache
for inserting models.Improvements