Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

switch to a priority queue for pending tasks #12

Closed
ghost opened this issue Oct 15, 2016 · 0 comments
Closed

switch to a priority queue for pending tasks #12

ghost opened this issue Oct 15, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Oct 15, 2016

Some features potentially make a lot of calls to merlin in rapid succession and/or take a long time (relatively speaking) to complete. Examples of this are the codelens feature and diagnostic refreshing for the entire workspace (currently disabled). Find all references for workspace is another one since it will need to do searching and reverse lookups.

In order to keep the more interactive features like hover, outline, and code splitting responsive while these other features are executing, we should really be using a priority queue instead of just running everything in a straight sequence.

@ghost ghost closed this as completed in 0c10c3e Oct 17, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants