-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels