zed/crates/search/src
Kyle Caverly bc7e9088fe
Eager Semantic Indexing Queue (#2886)
Optimization to the Semantic Indexing Engine.

We've transitioned from a framework in which the entire project tree is
walked at each index command, to an eager queuing method, in which an
initial queue of outstanding indexing work is initialized upon workspace
creation, and then subscriptions are leveraged for file change events to
continually keep an updated view on outstanding work.

This optimization contributes towards quicker user feedback, when
initializing or using Semantic Search functionality. It also opens the
doors towards better transparency across the system on outstanding
indexing work.

Release Notes:

- Refactored index operation queue to an eager queuing framework.
- Moved semantic search initialization to workspace creation.
- Adjusted rate limiting strategy on api delays to reduce time spent
waiting for rate limits.
2023-08-25 11:03:05 +02:00
..
buffer_search.rs Revert "Remove semantic search UI" 2023-08-18 16:18:28 -07:00
history.rs Move SearchMode and SearchHistory to separate modules 2023-08-08 14:14:39 +02:00
mode.rs Revert "Remove semantic search UI" 2023-08-18 16:18:28 -07:00
project_search.rs Eager Semantic Indexing Queue (#2886) 2023-08-25 11:03:05 +02:00
search_bar.rs removed commented out code 2023-08-16 14:01:53 +01:00
search.rs Finish building out adapters and names 2023-08-19 14:40:05 -07:00