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
·

2 Repos

Awesome GitHub RepositoriesJavaScript Execution Optimizers

Tools that streamline object property access and memory management to enhance the runtime performance of JavaScript code.

Explore 2 awesome GitHub repositories matching development tools & productivity · JavaScript Execution Optimizers. Refine with filters or upvote what's useful.

Awesome JavaScript Execution Optimizers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • facebook/prepackAvatar von facebook

    facebook/prepack

    14,118Auf GitHub ansehen↗

    Prepack is a build-time transformation tool and static analysis engine designed to optimize JavaScript source code. By executing code during the build process, it evaluates program logic and state to precompute results, effectively simplifying complex operations before the application is deployed. The tool functions as a bundle optimizer that integrates into existing development pipelines to refine application logic. It employs abstract interpretation and symbolic execution to track program behavior across various paths, allowing it to perform constant folding, eliminate unreachable code, and

    Simplifies complex code logic during the build process to ensure faster execution in target environments.

    JavaScript
    Auf GitHub ansehen↗14,118
  • webkit/webkitAvatar von WebKit

    WebKit/WebKit

    9,908Auf GitHub ansehen↗

    WebKit is a web browser engine used to build the core rendering and layout systems required to display web content. It provides the primary logic necessary to power fully functional web browsers and embedded web views. The project enables the rendering of web pages by processing HTML and CSS standards. It focuses on cross-platform support for macOS, iOS, and Linux environments, and allows for the integration of web browser windows within native applications. The engine handles JavaScript execution through optimization and tiered compilation. It manages the visual lifecycle of a page via a tr

    Optimizes JavaScript execution and memory management to improve web application runtime performance.

    JavaScriptbrowsergtkios
    Auf GitHub ansehen↗9,908
  1. Home
  2. Development Tools & Productivity
  3. Performance Optimization Tools
  4. JavaScript Execution Optimizers