microsoft/tgrep v0.1.19
microsoft/tgrep
Captured source
source ↗published Apr 30, 2026seen 2wcaptured 2whttp 200method plain
v0.1.19
Repository: microsoft/tgrep
Tag: v0.1.19
Published: 2026-04-30T06:23:03Z
Prerelease: no
Release notes:
What's Changed
- perf: cache builtin_types() HashMap with LazyLock by @shengyfu in https://github.com/microsoft/tgrep/pull/68
- perf: pre-compile glob patterns to regex once per search by @shengyfu in https://github.com/microsoft/tgrep/pull/69
- perf: replace 16MB bitmap with HashSet in trigram::extract() by @shengyfu in https://github.com/microsoft/tgrep/pull/67
- perf: parallelize filestamp collection and context-mode search by @shengyfu in https://github.com/microsoft/tgrep/pull/72
- perf: reduce cache write-lock contention in search hot path by @shengyfu in https://github.com/microsoft/tgrep/pull/74
- refactor: consolidate duplication across codebase (R1-R7) by @shengyfu in https://github.com/microsoft/tgrep/pull/78
- Fix tgrep ripgrep compatibility issues by @shengyfu in https://github.com/microsoft/tgrep/pull/79
- Defer watcher gitignore matcher during serve startup by @shengyfu in https://github.com/microsoft/tgrep/pull/80
Full Changelog: https://github.com/microsoft/tgrep/compare/v0.1.17...v0.1.19
Notability
notability 3.0/10Routine patch release of an early-stage tool.