Skip to content

docs(readme): refresh hero images and add performance section - #166

Merged
363045841 merged 1 commit into
mainfrom
feat/agent
Sep 11, 2026
Merged

docs(readme): refresh hero images and add performance section#166
363045841 merged 1 commit into
mainfrom
feat/agent

Conversation

@363045841

Copy link
Copy Markdown
Owner

Summary

Refresh the generated READMEs and their source fragments/templates.

Changes

  • Hero images: replace all hero screenshots with the current set (indicator rendering/selection, 5-day line, mobile, comparison view, Agent).
  • New Performance section (docs/fragments/_performance.md, _performance.zh-CN.md), wired into the root and Vue templates:
    • WebGPU command submission A/B (batched vs split queue.submit, 5.50× speedup).
    • MA5/MA20/MA60 (simple indicator) and Ichimoku (complex rendering workload) tables across Canvas2D/WebGL2/WebGPU at 1k/5k/10k visible K-lines (prepare/submit/GPU P50, FPS, 1% low, frame P99, jank).
    • Notes the self-developed rendering engine and its direct Canvas/WebGL/WebGPU primitive submission, plus a note that Ichimoku jank is a CPU-side bottleneck (not the rendering engine) to be optimized later.
  • Roadmap: mark "advanced drawing tools" and "multi-period K-line display" as done.
  • What's New: add v0.10 and v0.11 highlights.

Notes

  • READMEs are generated: pnpm docs:generate; pnpm docs:check passes.
  • All edits are in docs/fragments, docs/templates, and the regenerated READMEs.

Replace hero screenshots with the current set and add a generated Performance section (WebGPU submission A/B, MA and Ichimoku backend tables) wired through docs/fragments and templates. Mark advanced drawing tools and multi-period K-line display as done in the roadmap, and add v0.10/v0.11 highlights to What's New.
@363045841
363045841 merged commit 5ef75db into main Sep 11, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant