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

Perform queries async #1

Open
danieldk opened this issue Nov 6, 2019 · 0 comments
Open

Perform queries async #1

danieldk opened this issue Nov 6, 2019 · 0 comments
Assignees

Comments

@danieldk
Copy link
Member

danieldk commented Nov 6, 2019

Currently, queries are executed in the main (UI) thread. This freezes up the interface while doing computations. On my machine, processing similarity/analogy queries is so fast that I don't notice anything. But it would be nice to do heavy computations asynchronously.

Possible problems: does the Rust Python module use the GIL in relevant code paths?

@danieldk danieldk self-assigned this Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant