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

Make indexer run in thread pool #1076

Closed
vkbo opened this issue Jun 2, 2022 · 1 comment
Closed

Make indexer run in thread pool #1076

vkbo opened this issue Jun 2, 2022 · 1 comment
Assignees
Labels
enhancement Request: New feature or improvement

Comments

@vkbo
Copy link
Owner

vkbo commented Jun 2, 2022

The indexer class should be split up into smaller objects and the indexing job itself should be run in the thread pool. In theory, the off-GUI thread indexer could replace the current word count job as it too runs the word count.

@vkbo vkbo added the enhancement Request: New feature or improvement label Jun 2, 2022
@vkbo vkbo added this to the Release 1.7 Beta 2 milestone Jun 2, 2022
@vkbo vkbo self-assigned this Jun 2, 2022
@vkbo
Copy link
Owner Author

vkbo commented Jun 5, 2022

Not doing this at the moment. A better option may be to have the autosave run in the background.

@vkbo vkbo closed this as completed Jun 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request: New feature or improvement
Projects
None yet
Development

No branches or pull requests

1 participant