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

3 repos

Awesome GitHub RepositoriesPerformance Optimization Tools

Instruments used to identify bottlenecks and apply optimizations to improve application execution speed.

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

  1. Home
  2. Development Tools & Productivity
  3. Debugging, Profiling & Testing
  4. Performance Optimization Tools

Awesome Performance Optimization Tools GitHub Repositories

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

    electron/electron

    120,164GitHubView on GitHub↗

    This framework provides a multi-process architecture for building desktop applications using web technologies. It manages the application lifecycle, window states, and system-level integrations through a primary entry point, while isolating web content in separate rendering processes to maintain stability and security.

    Analyzes performance using standard browser-based developer tools and tracing utilities to identify resource bottlenecks.

    C++c-plus-pluschromecss
  • python/cpython

    python/cpython

    71,643GitHubView on GitHub↗

    CPython is the primary, community-maintained reference implementation of the Python programming language. It functions as a high-level, interpreted execution environment that compiles source code into platform-independent bytecode for processing by a stack-based virtual machine. The runtime manages memory through a com

    Includes a dedicated collection of performance tests used to measure execution speed and prevent regressions during development.

    Python
  • LadybirdBrowser/ladybird

    LadybirdBrowser/ladybird

    58,620GitHubView on GitHub↗

    Ladybird is an independent, cross-platform web browser built from the ground up with a modular architecture. It functions as a standalone application that fetches, processes, and renders web content directly from the internet. At its core, the project serves as a research platform for browser architecture, focusing on

    Streamlines object property access and memory management to ensure code runs quickly with minimal resource consumption.

    C++browserbrowser-engine

Explore sub-tags

  • JavaScript Execution OptimizersTools that streamline object property access and memory management to enhance the runtime performance of JavaScript code.
  • Performance BenchmarksTools for measuring and tracking execution performance.
  • Performance ProfilingTools for measuring resource usage, memory consumption, and execution bottlenecks.