November 24, 2025
Streamed search
Tl;DR: we’ve improved search responsiveness by a order of magnitude on larger Sourcebot deployments by implementing streaming.
When you are looking for code using code search, search speed is one of the most important metrics that determines if the experience will be good or not. Zoekt (the underlying code search engine Sourcebot uses) is exceptionally fast, delivering sub-second search times on hundreds of repositories. However, it has it’s limits - on larger Sourcebot deployments of 5k+ repositories, we noticed that certain searches could take upwards of 10 to 20 seconds to complete.
To help mitigate this, we’ve added support for streaming in search results as they are found. Previously, results would only appear after the entire search completes. With streaming, results appear as they are found.

Made w/ ❤️
in SF & 🇨🇦
Product
Connect
© Taqla, Inc. All rights reserved.

