Skip to content

v0.1.19

Choose a tag to compare

@github-actions github-actions released this 30 Apr 06:23
7cc0287

What's Changed

  • perf: cache builtin_types() HashMap with LazyLock by @shengyfu in #68
  • perf: pre-compile glob patterns to regex once per search by @shengyfu in #69
  • perf: replace 16MB bitmap with HashSet in trigram::extract() by @shengyfu in #67
  • perf: parallelize filestamp collection and context-mode search by @shengyfu in #72
  • perf: reduce cache write-lock contention in search hot path by @shengyfu in #74
  • refactor: consolidate duplication across codebase (R1-R7) by @shengyfu in #78
  • Fix tgrep ripgrep compatibility issues by @shengyfu in #79
  • Defer watcher gitignore matcher during serve startup by @shengyfu in #80

Full Changelog: v0.1.17...v0.1.19