awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Optimization Frameworks · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesOptimization Frameworks

Tools and heuristics that improve binary performance through static analysis, runtime profiling, or automated code transformation.

Explore 3 awesome GitHub repositories matching programming languages & runtimes · Optimization Frameworks. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Language Infrastructure
  4. Compiler Toolchains
  5. Optimization Frameworks

Awesome Optimization Frameworks GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • facebook/react

    facebook/react

    243,179GitHubView on GitHub↗

    React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.

    JavaScriptjavascriptuifrontend
  • golang/go

    golang/go

    132,649GitHubView on GitHub↗

    Go is a statically typed, compiled programming language designed for building scalable, concurrent software. It provides a memory-safe execution environment that combines a high-performance runtime with a self-hosting compiler toolchain, enabling the creation of statically linked machine code binaries without external

    Gogogolanglanguage
  • sveltejs/svelte

    sveltejs/svelte

    85,874GitHubView on GitHub↗

    Svelte is a compile-time user interface framework that transforms declarative component syntax into highly optimized, imperative JavaScript code during the build process. By shifting reconciliation logic from the browser to the build step, it functions as a zero-runtime library that eliminates the need for a heavy fram

    JavaScriptcompilertemplateui

Explore sub-tags

  • Automatic Memoization CompilersCompiler features that automatically optimize code components based on predefined architectural rules.
  • Compilation Optimization StrategiesFrameworks that provide configurable modes to determine which functions are optimized during compilation.
  • Escape AnalysisCompiler-level analysis that determines object lifetimes to decide between stack and heap memory allocation.
Profile-Guided Optimizations
Feedback-driven mechanisms that use runtime execution data to inform and improve compiler optimization decisions.
  • Static Analysis OptimizersOptimization tools that analyze source code during compilation to remove unused logic and improve variable access.