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

Fast start #2185

Merged
merged 4 commits into from
Jun 20, 2024
Merged

Fast start #2185

merged 4 commits into from
Jun 20, 2024

Conversation

leolost2605
Copy link
Member

The installed check is queued and doesn't run until some more time intensive operations finish. However it is actually quite fast so IMO we can do it sync (I didn't notice any bad performance with this). Alternatively we can do it async but I think this might be worth doing on its own thread instead of queuing it as a job.

@leolost2605 leolost2605 requested a review from a team June 20, 2024 20:18
Copy link
Member

@danirabbit danirabbit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh wow it's incredible how much faster this is! Nice work. Just one comment :)

src/Views/Homepage.vala Outdated Show resolved Hide resolved
Copy link
Member

@danirabbit danirabbit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SO fast 🚀

@danirabbit danirabbit merged commit 1c0b22b into main Jun 20, 2024
2 of 4 checks passed
@danirabbit danirabbit deleted the leolost/fast-start branch June 20, 2024 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants