Click any tag below to further narrow down your results
Links
This article explains how Cursor speeds up the indexing of large codebases by reusing existing indexes from teammates, reducing time-to-first-query significantly. It details the use of Merkle trees and similarity hashes to ensure secure and efficient data handling during the process.
ck is a semantic code search tool that enhances traditional keyword searches by understanding the meaning behind code. It allows developers to find relevant code snippets and patterns based on concepts rather than exact phrases, integrates seamlessly with AI clients, and supports various search modes and indexing features. Users can install ck via cargo and utilize its advanced functionalities to improve their code search experience.