Skip to content

v1.1.3

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Aug 01:26
e5c5a9d

Changelog

  • 8dbd74f Bump version to 1.2.0 (minor release)
  • 9847b7a Merge pull request #115 from simeji/claude/perf-refactor
  • e5c5a9d Merge pull request #116 from simeji/claude/perf-refactor
  • afad541 bench: add micro-benchmarks for hot paths
  • d47b952 chore: remove dead code
  • 1f79901 chore: remove unreachable break after panic (fixes go vet)
  • 56cc9f6 fix: use patch version 1.1.3 instead of 1.2.0
  • d954aa6 perf: cache dynamic regex compiles; use strings.Index in drawCandidates
  • 7f57833 perf: cache formatted terminal cells across unchanged frames
  • eb075b6 perf: hoist static regexes to package-level vars
  • 6f89096 perf: memoize GetFilteredData/GetPretty and evalJMESPath
  • aa94ab1 perf: reduce allocations in suggestion keys, rowsToCells, highlight
  • 1ef18ff perf: scope eval cache to a single GetFilteredData computation
  • 8f2973b perf: skip pretty marshal in keymode