awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

125 repository-uri

Awesome GitHub RepositoriesBuild Performance and Optimization

Methodologies and utilities designed to improve compilation speed, reduce bundle size, and refine dependency graph efficiency.

Explore 125 awesome GitHub repositories matching development tools & productivity · Build Performance and Optimization. Refine with filters or upvote what's useful.

Awesome Build Performance and Optimization GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • facebook/reactAvatar facebook

    facebook/react

    245,669Vezi pe GitHub↗

    React este o bibliotecă JavaScript pentru construirea de interfețe utilizator bazată pe o arhitectură orientată pe componente și flux de date unidirecțional.

    Maps module dependencies to create a graph that identifies all necessary components for bundling.

    JavaScriptjavascriptuifrontend
    Vezi pe GitHub↗245,669
  • obra/superpowersAvatar obra

    obra/superpowers

    229,538Vezi pe GitHub↗

    Superpowers este un motor de dezvoltare a jocurilor bazat pe browser și un mediu de dezvoltare integrat colaborativ. Oferă un spațiu de lucru unificat pentru construirea de experiențe interactive bidimensionale, permițând utilizatorilor să gestioneze codul, activele și logica scenelor direct într-un browser web, fără a fi nevoie de compilatoare locale sau software desktop greoi. Platforma se distinge printr-o arhitectură de scripting modulară, bazată pe componente, unde obiectele de joc sunt definite prin logică atașată și proprietăți vizuale. Suportă sincronizarea în timp real, permițând mai multor dezvoltatori să lucreze simultan la același proiect. Acest mediu este conceput pentru a funcționa ca un instrument educațional, predând concepte de programare prin crearea integrată de grafică, audio și logică. Sistemul include un pipeline de build cuprinzător care gestionează compilarea markdown a site-urilor statice și rutarea bazată pe sistemul de fișiere. Automatizează fluxul de lucru de dezvoltare prin rezolvarea dependențelor la momentul build-ului, injectând componente UI reutilizabile și gestionând pipeline-urile de active pentru a asigura livrarea eficientă a resurselor.

    Consolidates source files and dependencies into optimized outputs to minimize runtime overhead.

    Shell
    Vezi pe GitHub↗229,538
  • zeit/next.jsAvatar zeit

    zeit/next.js

    140,086Vezi pe GitHub↗

    Next.js is a full stack web framework designed for building applications with React. It functions as a React web framework that integrates a server-side rendering engine, a static site generator, and a dedicated application router to manage page-based navigation and dynamic URL segments. The framework enables the development of both frontend user interfaces and backend server logic within a single codebase. It provides a unified environment for full stack web development, allowing frontend and backend components to be built and managed together. The system focuses on frontend performance opt

    Optimizes frontend performance by reducing bundle sizes and improving compilation speed.

    JavaScript
    Vezi pe GitHub↗140,086
  • react/create-react-appAvatar react

    react/create-react-app

    103,327Vezi pe GitHub↗

    This project is a command-line tool and build toolchain used to bootstrap React web applications. It serves as a project bootstrapper and single-page application scaffold, providing a pre-configured development environment, folder structure, and build pipeline. The toolchain integrates a frontend development server with live reloading and error overlays to accelerate the iterative coding process. It handles production asset bundling by minifying code and generating hashed assets for deployment, and it includes a configuration suite for generating the service workers and web manifests required

    Processes JavaScript, CSS, and images into optimized production bundles using Webpack.

    JavaScriptbuild-toolsreactzero-configuration
    Vezi pe GitHub↗103,327
  • webpack/webpackAvatar webpack

    webpack/webpack

    65,834Vezi pe GitHub↗

    Webpack is a module bundler that maps project dependencies into a directed acyclic graph to transform diverse file types into optimized, browser-ready assets. It functions as a build pipeline orchestrator, using entry points to recursively resolve imports and bundle modules, scripts, and static assets into a unified output. The project is distinguished by its plugin-based architecture and loader-driven transformation pipeline. It utilizes an event-driven hook system that allows developers to intercept and modify the build process at specific lifecycle stages, enabling custom code transformati

    Applies minification, tree-shaking, and module concatenation to shrink production output.

    JavaScriptamdbuild-toolcommonjs
    Vezi pe GitHub↗65,834
  • remix-run/react-routerAvatar remix-run

    remix-run/react-router

    56,460Vezi pe GitHub↗

    React Router is a navigation and data-loading framework that maps URL patterns to nested component hierarchies. It functions as a full-stack router, coordinating server-side resource fetching with client-side hydration to synchronize application state across different environments. By providing a declarative interface for routing, it manages navigation and state transitions while ensuring consistent page structures through root layout management. The framework distinguishes itself through its focus on type safety and incremental adoption. It automatically generates static type definitions for

    Segments applications into smaller JavaScript bundles based on route boundaries to reduce initial load times.

    TypeScript
    Vezi pe GitHub↗56,460
  • vuejs/coreAvatar vuejs

    vuejs/core

    53,861Vezi pe GitHub↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity system to synchronize application state with the document object model efficiently. What distinguishes this framework is its focus on developer experience and flexibility. It supports a single-file component format that colocalizes related concerns, alongside a powerful composition

    Strips development-only warnings and debugging code during production compilation to minimize final bundle sizes.

    TypeScript
    Vezi pe GitHub↗53,861
  • prettier/prettierAvatar prettier

    prettier/prettier

    52,088Vezi pe GitHub↗

    Prettier is an opinionated code formatter that parses source code and reprints it from scratch to enforce a consistent, project-wide visual style. By transforming code into an abstract syntax tree and applying a recursive document printing process, it eliminates manual style debates and ensures that all source files adhere to a unified appearance. The project is distinguished by its extensible, plugin-based architecture, which decouples language-specific parsing logic from the core engine. This modular design allows for uniform style enforcement across diverse programming languages and comple

    Caches formatting results based on file metadata to skip redundant processing of unchanged files during build cycles.

    JavaScriptangularastcss
    Vezi pe GitHub↗52,088
  • cypress-io/cypressAvatar cypress-io

    cypress-io/cypress

    50,113Vezi pe GitHub↗

    Cypress is a browser-based testing framework designed for writing and running automated tests directly inside the browser. It serves as an end-to-end testing framework, a frontend component testing tool, and a web application test runner. The project also functions as a headless browser automation tool and a network traffic interceptor. The system differentiates itself by executing test code within the same browser process as the application, allowing for direct access to the DOM. It includes a network traffic interception system to stub and manipulate browser requests, as well as a graphical

    Transpiles and bundles test specifications on the fly to ensure compatibility with target browsers.

    TypeScriptangular-testing-librarycomponent-testingcypress
    Vezi pe GitHub↗50,113
  • swc-project/swcAvatar swc-project

    swc-project/swc

    33,909Vezi pe GitHub↗

    This project is a high-performance compiler written in Rust that transpiles TypeScript and ECMAScript into compatible JavaScript code. It functions as a TypeScript transpiler, a JavaScript minifier, and a JavaScript bundler. The system distinguishes itself through a WebAssembly plugin host that allows the execution of custom transformation rules without modifying the core binary. It also provides specialized compilation for React source code to improve runtime performance and reduce execution overhead. The broader capability surface includes source-to-source compilation, type annotation stri

    Combines multiple JavaScript source files into a single output file to optimize network requests.

    Rustbabelcompilerecmascript
    Vezi pe GitHub↗33,909
  • vuejs/vue-cliAvatar vuejs

    vuejs/vue-cli

    29,576Vezi pe GitHub↗

    vue-cli is a frontend development command line interface and scaffolding tool designed for initializing, managing, and configuring the build pipeline of Vue.js projects. It serves as a project bootstrapping tool that creates standardized directory structures and installs the necessary dependencies to establish a development environment. The tool provides a build environment based on Webpack to bundle and compile assets for modern web applications. It focuses on automating the frontend build pipeline to ensure consistent production builds across different projects. The system incorporates sta

    Uses Webpack to transform source code into optimized assets through a configurable compilation pipeline.

    JavaScript
    Vezi pe GitHub↗29,576
  • react-boilerplate/react-boilerplateAvatar react-boilerplate

    react-boilerplate/react-boilerplate

    29,490Vezi pe GitHub↗

    This is a foundational project structure for building scalable web applications using React. It provides a standardized directory structure and build tools to accelerate the bootstrapping of new projects, featuring a Redux architecture for predictable state management through unidirectional data flow and an immutable store. The project is distinguished by a command-line interface for generating standardized components, containers, and routes from predefined templates. It implements an offline-first framework using service workers to enable progressive web app functionality, alongside a compon

    Implements route-based code splitting to reduce initial payload size and improve page load times.

    JavaScripti18nimmeroffline-first
    Vezi pe GitHub↗29,490
  • nrwl/nxAvatar nrwl

    nrwl/nx

    28,939Vezi pe GitHub↗

    This project is a build orchestration engine and development toolkit designed for managing large-scale monorepos. It provides a unified workspace environment that maps project relationships and dependencies, enabling the system to perform intelligent impact analysis and execute only the tasks affected by specific code changes. The system distinguishes itself through a persistent daemon that monitors file changes for near-instant feedback and a content-addressable caching mechanism that stores task outputs to prevent redundant computation across local and remote environments. It further suppor

    Caches type information for individual projects to enable incremental builds and reduce memory usage.

    TypeScriptangularbuildbuild-system
    Vezi pe GitHub↗28,939
  • rollup/rollupAvatar rollup

    rollup/rollup

    26,288Vezi pe GitHub↗

    Rollup is an ES module bundler and JavaScript module transpiler. It functions as a build tool that combines JavaScript modules into optimized files and converts modern JavaScript and JSX into various output formats for different runtime environments. The project is distinguished by its static-analysis tree shaking engine, which removes unused code and dead exports to minimize bundle size. It also acts as a code splitting orchestrator, partitioning modules into separate chunks to optimize network requests and load times. The tool provides a hook-based plugin system for extending build logic,

    Functions as a high-performance engine for bundling ES modules into optimized production files.

    JavaScript
    Vezi pe GitHub↗26,288
  • electron-react-boilerplate/electron-react-boilerplateAvatar electron-react-boilerplate

    electron-react-boilerplate/electron-react-boilerplate

    24,239Vezi pe GitHub↗

    This project is a TypeScript desktop boilerplate and application template that combines Electron and React for building cross-platform desktop applications. It provides a structural foundation and framework for creating native system applications that bundle web technologies into distributable operating system packages. The project distinguishes itself by providing a hot-reloading desktop environment. This development setup applies code changes instantly to the user interface without requiring manual application restarts, preserving the current interface state through hot module replacement.

    Provides build-time optimizations that minify and compress assets to reduce final bundle size and improve application performance.

    TypeScriptbabelboilerplateelectron
    Vezi pe GitHub↗24,239
  • chentsulin/electron-react-boilerplateAvatar chentsulin

    chentsulin/electron-react-boilerplate

    24,242Vezi pe GitHub↗

    This project is a cross-platform desktop boilerplate and application template used to build software for Windows, macOS, and Linux. It provides a pre-configured foundation that combines Electron and React to accelerate the bootstrapping of desktop applications. The starter kit integrates TypeScript to maintain type safety in large-scale projects and provides a scalable structure for frontend integration within a desktop shell. The project includes a build pipeline for multi-platform software distribution, utilizing a module bundling system to optimize assets. Its architecture implements a sp

    Compiles and optimizes JavaScript and CSS assets into a single distribution bundle using Webpack.

    TypeScript
    Vezi pe GitHub↗24,242
  • biomejs/biomeAvatar biomejs

    biomejs/biome

    23,741Vezi pe GitHub↗

    Biome is a unified developer tooling suite that provides code formatting, linting, and static analysis for JavaScript and TypeScript projects. It functions as a command-line interface designed to automate the maintenance of code quality and style consistency throughout the development lifecycle. The tool distinguishes itself through a high-performance engine built in Rust, which utilizes a single-pass abstract syntax tree to perform formatting and linting simultaneously. By leveraging parallel multi-threaded execution and incremental file system caching, it minimizes latency during analysis t

    Uses persistent caching to skip processing unchanged files and accelerate analysis tasks.

    Rustcssformatterjavascript
    Vezi pe GitHub↗23,741
  • rome/toolsAvatar rome

    rome/tools

    23,417Vezi pe GitHub↗

    This project is a unified toolchain for JavaScript and TypeScript development, providing a suite of specialized tools for bundling, parsing, linting, and formatting source code. The toolchain is implemented in Rust and utilizes a shared internal representation to allow multiple tools to operate on the same parsed source code. It employs a parallelized analysis pipeline and single-pass parsing with error recovery to process files across CPU cores. The suite covers several core capability areas, including static analysis for identifying programmatic errors, automated style standardization, and

    Combines multiple source files into optimized packages to ensure faster loading and efficient delivery to browsers.

    Rustformatterjavascriptlinter
    Vezi pe GitHub↗23,417
  • wepyjs/wepyAvatar wepyjs

    wepyjs/wepy

    22,593Vezi pe GitHub↗

    Wepy is a mini program development framework used to build modular user interfaces through a component-based development style. It functions as a component-based UI framework that enables the creation of reusable interface elements sharing state and logic across different platform targets. The project includes a TypeScript build pipeline that transforms TypeScript, CSS pre-processors, and template engines into browser-ready assets. It also serves as an asynchronous API wrapper that converts callback-based functions into promises to simplify asynchronous control flow. The framework covers cro

    Packages internal modules and third-party libraries into optimized deployment units for efficient loading.

    JavaScript
    Vezi pe GitHub↗22,593
  • necolas/react-native-webAvatar necolas

    necolas/react-native-web

    22,132Vezi pe GitHub↗

    This project is a cross-platform user interface framework that maps mobile-native component primitives to standard web elements. It enables developers to build consistent applications that function across both mobile and web environments by providing a unified library of components and shared logic. The framework distinguishes itself through a specialized style engine that converts JavaScript object-based declarations into optimized, scoped CSS at runtime. It also features a responsive layout engine that implements a flexbox-based system, ensuring that interfaces adapt dynamically to differen

    Prunes unused modules and applies build-time transformations to reduce final application bundle size.

    JavaScriptcross-platformcss-in-jsgui-framework
    Vezi pe GitHub↗22,132
Înapoi123456…7Înainte
  1. Home
  2. Development Tools & Productivity
  3. Build Tooling
  4. Build Performance and Optimization

Explorează sub-etichetele

  • Artifact Size Optimization1 sub-tagProcesses for reducing the footprint and attack surface of compiled binaries and libraries. **Distinct from Build Performance and Optimization:** Distinct from general build performance: focuses on the resulting artifact size and security surface rather than compilation speed.
  • Build Optimization Strategies1 sub-tag
  • Build Optimization Tools1 sub-tag
  • Build Optimizations3 sub-tag-uri
  • Module Bundling Engines5 sub-tag-uri