|
Number of commits found: 3
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.1.21_1 21 Jul 2026 06:47:24
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.97.1
PR: 296645 |
0.1.21 05 Jul 2026 02:10:42
    |
Hiroki Tagato (tagattie)  |
textproc/tgrep: Update to 0.1.21
Changelog: https://github.com/microsoft/tgrep/releases/tag/v0.1.21
Reported by: GitHub (watch releases) |
0.1.20 28 Jun 2026 03:14:36
    |
Hiroki Tagato (tagattie)  |
textproc/tgrep: Add port: Trigram-indexed grep for fast regex search in large
codebases locally
Trigram-indexed grep with a client/server architecture for fast regex
search in large codebases.
Tools like grep and ripgrep scan every file on every search - O(total
bytes) per query. In a 100k+ file monorepo, that's painfully
slow. tgrep pre-builds a trigram index so searches only touch the
small set of files that could match.
WWW: https://github.com/microsoft/tgrep |
Number of commits found: 3
|