awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesDOM Task Batching

Systems that group document measurements and mutations into batches to optimize browser execution.

Distinct from Workflow Batchers: Distinct from network request batching or general workflow batchers; specifically targets DOM operations.

Explore 1 awesome GitHub repository matching web development · DOM Task Batching. Refine with filters or upvote what's useful.

Awesome DOM Task Batching GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • wilsonpage/fastdomAvatar de wilsonpage

    wilsonpage/fastdom

    6,920Ver en GitHub↗

    Fastdom is a task scheduler and rendering optimizer designed to prevent layout thrashing by batching document reads and writes. It functions as a coordination system that separates document measurements and mutations into distinct queues, ensuring that asynchronous operations are executed in a way that minimizes browser reflows. The project provides a performance profiling capability that detects improper document API access. By enforcing strict execution phases, it identifies layout thrashing bottlenecks and flags unauthorized DOM access occurring outside of the coordinated batching cycles.

    Coordinates the separation of document measurements and mutations into distinct queues for optimized execution.

    JavaScript
    Ver en GitHub↗6,920
  1. Home
  2. Web Development
  3. DOM Task Batching