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
·

1 Repo

Awesome GitHub RepositoriesExecution Filters

Logic for determining which scripts are offloaded to background threads versus main thread execution.

Distinct from Platform Script Execution: Focuses on the filtering logic for script offloading, distinct from general execution environments.

Explore 1 awesome GitHub repository matching development tools & productivity · Execution Filters. Refine with filters or upvote what's useful.

Awesome Execution Filters GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • qwikdev/partytownAvatar von QwikDev

    QwikDev/partytown

    13,706Auf GitHub ansehen↗

    Partytown is a library designed to offload resource-intensive third-party scripts to background web workers. By executing these scripts outside of the main thread, it prevents them from blocking the critical rendering path, thereby maintaining a responsive user interface and improving overall page load performance. The project functions as a web worker proxy library that synchronizes browser interfaces between the main thread and background environments. It uses proxy-based access and synchronous messaging to replicate global objects like the window and document, allowing scripts to interact

    Selects which scripts run within a background worker and which remain on the main thread to balance performance and compatibility.

    TypeScript3rd-party3rdpartyanalytics
    Auf GitHub ansehen↗13,706
  1. Home
  2. Development Tools & Productivity
  3. Platform Script Execution
  4. Execution Filters