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
·

5 Repos

Awesome GitHub RepositoriesCode Optimization

Provides utilities and patterns for improving application performance.

Distinguishing note: Focuses on widget-specific logic optimization rather than general code refactoring.

Explore 5 awesome GitHub repositories matching development tools & productivity · Code Optimization. Refine with filters or upvote what's useful.

Awesome Code Optimization GitHub Repositories

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

    appsmithorg/appsmith

    40,051Auf GitHub ansehen↗

    Appsmith is a low-code platform designed for building internal business tools, such as operational dashboards and administrative panels. It enables developers to construct dynamic user interfaces by dragging and dropping modular widgets onto a canvas and binding them directly to backend data sources. The platform utilizes a reactive framework that automatically updates interface elements and triggers functions whenever underlying data or widget properties change, eliminating the need for manual event handling. The platform distinguishes itself through a server-side proxy architecture that exe

    Moves complex data processing into separate functions and binds the results to widget properties to improve performance.

    TypeScriptadmin-dashboardadmin-panelsapp-builder
    Auf GitHub ansehen↗40,051
  • subframe7536/maple-fontAvatar von subframe7536

    subframe7536/maple-font

    23,942Auf GitHub ansehen↗

    Maple Font is a monospace typeface and browser-based generator designed for programming environments. It functions as an OpenType programming font that provides developers with a library of highly legible character sets optimized for code editors and terminal interfaces. The project distinguishes itself through a browser-based assembly tool that allows users to customize font builds before export. This interface enables the configuration of variable font weights, stylistic sets, and specific glyph variants, allowing for precise control over character thickness and visual appearance. It also s

    Optimizes the visual presentation of source code through configurable OpenType features and stylistic variants.

    Pythoncoding-fontfontligatures
    Auf GitHub ansehen↗23,942
  • reactjs/react.devAvatar von reactjs

    reactjs/react.dev

    11,765Auf GitHub ansehen↗

    React is a JavaScript library for building user interfaces through the composition of modular, self-contained components. It employs a declarative programming model where developers describe the desired visual state, and the library automatically manages the underlying document updates and state synchronization. By utilizing a virtual representation of the document, it calculates and applies minimal changes to the browser, ensuring efficient rendering even in complex applications. The library distinguishes itself through a sophisticated scheduling system that manages rendering work in increme

    Allows conditional execution of optimized code paths via feature flags.

    JavaScriptdocumentationjavascriptreact
    Auf GitHub ansehen↗11,765
  • apachecn/interviewAvatar von apachecn

    apachecn/Interview

    8,944Auf GitHub ansehen↗

    This project is a comprehensive knowledge base and study resource designed for mastering technical interviews. It provides structured guides, roadmaps, and curricula focused on data structures, algorithms, system design, and frontend engineering to help candidates prepare for software engineering screenings. The repository distinguishes itself by offering a holistic approach to professional advancement. Beyond technical drills, it includes a career development handbook covering resume optimization, salary benchmarking, and strategic negotiation coaching. It also provides detailed methodologie

    Teaches an approach to solving unfamiliar problems through visualization, decomposition, and complexity optimization.

    Jupyter Notebookinterviewkaggleleetcode
    Auf GitHub ansehen↗8,944
  • gotalab/cc-sddAvatar von gotalab

    gotalab/cc-sdd

    2,631Auf GitHub ansehen↗

    This project is an AI agent orchestration framework that installs a complete, spec-driven software development lifecycle across multiple AI coding agents. It coordinates agents through sequential stages from discovery and requirements through design to autonomous implementation, with each task receiving independent review. The system distinguishes itself by spawning a fresh implementer and reviewer per task, running test-driven development behind feature flags, and automatically debugging on failure. New code is introduced behind feature flags to isolate changes and enable safe rollback, whil

    Introduces new code behind feature flags during autonomous implementation to isolate changes and enable safe rollback.

    TypeScriptclaude-codecodexcursor
    Auf GitHub ansehen↗2,631
  1. Home
  2. Development Tools & Productivity
  3. Code Optimization

Unter-Tags erkunden

  • Feature FlagsMechanisms for toggling code paths or optimized features at runtime. **Distinct from Code Optimization:** Focuses on runtime feature toggling for optimization, distinct from general code refactoring.
  • Problem-Solving HeuristicsMental frameworks for decomposing unfamiliar problems and optimizing their complexity. **Distinct from Code Optimization:** Focuses on the cognitive process of problem-solving (visualization, decomposition) rather than code-level optimization tools.