FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing main...perf/editor-optimizations · anycode-ade/anycode · GitHub

Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: anycode-ade/anycode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: anycode-ade/anycode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: perf/editor-optimizations
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 26 files changed
  • 1 contributor

Commits on Aug 20, 2026

  1. perf: eliminate forced reflows, implement binary tokens, and optimize…

    … virtual scrolling
    
    - Eliminate synchronous DOM reads (getBoundingClientRect, clientHeight, offsetTop, scrollTop, getComputedStyle)
    - Defer cursor positioning to requestAnimationFrame to prevent layout thrashing
    - Implement TokenDictionary and flat Uint32Array BinaryTokens for zero-GC syntax highlight rendering
    - Add LruCache with 500-line limit for highlight tokens in Code
    - Optimize virtual scrolling, buffer thresholding, and fastScroll dragging
    - Use Code piece-tree in demoSocket for sub-millisecond string edits
    - Add comprehensive Vitest and Playwright 1M lines performance benchmarks
    vipmax committed Aug 20, 2026
    Configuration menu
    Copy the full SHA
    6873538 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2026

  1. Configuration menu
    Copy the full SHA
    9937cf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ee1fbd View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL