Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 May 12:52
· 126 commits to main since this release

v0.2.0 — performance axis. Renders large documents without choking.

Performance

  • Virtual scroll — render only visible blocks; block-height estimator + visible-range computer.
  • Faster cold start — defer system font scan to first view; criterion bench for font load + 10k-line parse.
  • Highlight cache — LRU cache shared across parses; tree-sitter Language cached per name.
  • Stable BlockId — content-hash block ids (mixed with position) for reliable diffing.

Full Changelog: v0.1.0...v0.2.0