Skip to content
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: github/catalyst
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: github/catalyst
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix/coalesce-scan-raf
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 16, 2026

  1. fix: coalesce scan() into a single rAF to avoid paint delay on bulk D…

    …OM mutations
    
    Replace per-element WeakMap+rAF deduplication with a shared Set of
    pending elements and a single requestAnimationFrame timer. When many
    elements are added in one frame (e.g. framework list rendering), only
    one rAF callback now runs before paint instead of one per element.
    
    Fixes #343
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    alexus37 and Copilot committed Apr 16, 2026
    Configuration menu
    Copy the full SHA
    c95922a View commit details
    Browse the repository at this point in the history
  2. style: fix prettier formatting

    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    alexus37 and Copilot committed Apr 16, 2026
    Configuration menu
    Copy the full SHA
    0114d5e View commit details
    Browse the repository at this point in the history
Loading