greplm-core: an extreme-performance, trigram-based code indexer for LLM agents.
The index lives in a .greplm/ directory at the project root and consists of
immutable, mmap-backed segments (trigram FST + roaring posting lists + doc and
symbol tables). Search filters candidate documents by trigram intersection,
then verifies matches with the real literal/regex matcher.