Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Optimize cape and rpc loading #359

Closed
5HT2 opened this issue Jan 3, 2020 · 0 comments
Closed

Optimize cape and rpc loading #359

5HT2 opened this issue Jan 3, 2020 · 0 comments
Assignees
Labels
-module enhancement good-first-issue This is a good suggestion / bug report
Milestone

Comments

@5HT2
Copy link
Member

5HT2 commented Jan 3, 2020

Use a different thread (async loading) in order to load the capes list

You might be better off having a queue or something of urls to load/parse, and then a dedicated thread doing that loading/parsing, reading from the queue, and then pushing the results elsewhere so the renderer can read it safely

See #380 for how to make a thread

@5HT2 5HT2 added this to the v1.1.2 milestone Jan 3, 2020
@5HT2 5HT2 self-assigned this Jan 3, 2020
@5HT2 5HT2 added the good-first-issue This is a good suggestion / bug report label Jan 3, 2020
@5HT2 5HT2 modified the milestones: v1.1.2, v1.1.3, v1.1.4 Jan 14, 2020
@5HT2 5HT2 changed the title Optimize cape loading Optimize cape and rpc loading Jan 14, 2020
@5HT2 5HT2 modified the milestones: v1.1.4, v1.1.2 Jan 14, 2020
@5HT2 5HT2 modified the milestones: v1.1.2, v1.1.3 Jan 19, 2020
5HT2 added a commit that referenced this issue Feb 19, 2020
@5HT2 5HT2 closed this as completed Feb 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
-module enhancement good-first-issue This is a good suggestion / bug report
Projects
None yet
Development

No branches or pull requests

1 participant