1 repository
Search and indexing systems implemented in Rust to maximize throughput and memory safety.
Distinct from Rust: Distinct from general Rust resources: specifically targets the implementation of indexing engines for code analysis.
Explore 1 awesome GitHub repository matching programming languages & runtimes · High-Performance Indexers. Refine with filters or upvote what's useful.
Bloop is an AI code analysis tool and semantic search engine designed for understanding and querying large-scale codebases. It utilizes a high-performance indexing system written in Rust to enable fast symbol and text retrieval across multiple programming languages. The project differentiates itself by using on-device embeddings for semantic code search, allowing users to locate logic based on meaning and intent rather than exact keywords. It combines a language model with a retrieval-augmented generation approach to provide a natural language interface for conversational querying and the gen
Implements a high-performance code indexing system written in Rust for fast symbol and text retrieval.