这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@jodysowald
Copy link
Contributor

I've pulled this out of my too big pull request from a few months ago. I've tried to keep all of my extra functionality out of this branch for now.

The search has a delay on it which made searches less responsive. I tracked this back to concurrency issues with the search. So I've made the search thread safe and clearly interruptible.

This may look like a lot of changes but most everywhere that interacted with starting a search just needed to be modified a little bit.

With this change functionality should be essentially the same, but more responsive/lower latency. Because it should be safe, and only snappier, I've gone ahead and set the delay to 0ms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant