microsoft/tgrep v0.1.18
microsoft/tgrep
Captured source
source ↗published Apr 23, 2026seen 2wcaptured 2whttp 200method plain
v0.1.18
Repository: microsoft/tgrep
Tag: v0.1.18
Published: 2026-04-23T04:15:55Z
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
Full Changelog: https://github.com/microsoft/tgrep/compare/v0.1.17...v0.1.18
Notability
notability 2.0/10Minor version bump of a small tool