awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesBrowser Reflow Management

Techniques for grouping DOM mutations to minimize the frequency of browser layout recalculations.

Distinct from Responsive Text Reflow Managers: Candidates refer to PDF, mobile viewports, or text wrapping; this is about optimizing browser rendering performance.

Explore 1 awesome GitHub repository matching web development · Browser Reflow Management. Refine with filters or upvote what's useful.

Awesome Browser Reflow Management GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • wilsonpage/fastdomAvatar de wilsonpage

    wilsonpage/fastdom

    6,920Voir sur 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.

    Groups multiple document mutations into single updates to minimize the number of browser layout reflows.

    JavaScript
    Voir sur GitHub↗6,920
  1. Home
  2. Web Development
  3. Browser Reflow Management