Fast Regex Search

Trigram-indexed regex search for large codebases. Loads automatically on startup to accelerate all grep/search operations. Implements sparse n-gram indexing with frequency-weighted trigram decomposition, bloom-filter adjacency masks, and mmap'd posting lists for sub-50ms regex matching across 500k+ files.

joemccann 31650c7 10.6 KB Updated

File contents

joemccann/radon/tree/main/.pi/skills/fast-regex-search commit 31650c701c

Frequently asked questions

npx skillmds@latest add joemccann/fast-regex-search