awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesRendering Performance Monitors

Tools that measure the time taken to draw UI elements and detect rendering gaps.

Distinct from Performance Monitoring: Shortlist candidates focus on network paths or system health; this is specifically about UI frame rendering and blank cells.

Explore 3 awesome GitHub repositories matching user interface & experience · Rendering Performance Monitors. Refine with filters or upvote what's useful.

Awesome Rendering Performance Monitors GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • shopify/flash-listAvatar von Shopify

    Shopify/flash-list

    6,944Auf GitHub ansehen↗

    This project provides high-performance list components for React Native that utilize a view-recycling rendering engine. It is designed to display large datasets by reusing existing components instead of destroying and recreating them, which reduces memory usage and prevents blank cells during fast scrolling. The library distinguishes itself through a specialized virtualized list manager and support for masonry grid layouts, which allow for multiple columns with varying item heights. It includes a type-based recycling system that ensures the correct component structure is reused for specific d

    Reports draw times and identifies blank spaces during fast scrolling to monitor rendering performance.

    TypeScript
    Auf GitHub ansehen↗6,944
  • choojs/chooAvatar von choojs

    choojs/choo

    6,767Auf GitHub ansehen↗

    Choo is a minimalist frontend framework providing a tiny foundation for building web applications. It functions as an event-driven application core that decouples business logic from rendering and includes a client-side router to manage browser history and URL mapping without page reloads. The project distinguishes itself through an architecture that combines a server-side rendering engine for generating static HTML strings with a stateful UI component library. This allows for the creation of self-contained interface elements that maintain internal data and persist across global renders. The

    Tracks frame rates and render timing using the browser Performance API for optimization.

    JavaScriptchoodominterface
    Auf GitHub ansehen↗6,767
  • yc9559/uperfAvatar von yc9559

    yc9559/uperf

    3,387Auf GitHub ansehen↗

    uperf is an Android performance tuning tool and Linux kernel parameter manager designed to optimize device responsiveness and battery life. It functions as a CPU affinity and scheduling manager, a hardware power profile controller, and a real-time system monitor that adjusts kernel parameters and CPU frequencies. The project distinguishes itself through real-time system monitoring of touchscreen input and frame rendering to trigger immediate performance boosts. It utilizes hardware performance profiling to apply pre-tuned configuration files tailored to specific hardware platforms, balancing

    Hooks into the system rendering process to detect frame drops and proactively increase CPU frequency.

    Shell
    Auf GitHub ansehen↗3,387
  1. Home
  2. User Interface & Experience
  3. Rendering Performance Monitors