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

5 repos

Awesome GitHub RepositoriesPerformance and Resource Profilers

Tools focused on quantifying execution time, memory allocation, and hardware utilization rather than step-by-step code inspection.

Explore 5 awesome GitHub repositories matching development tools & productivity · Performance and Resource Profilers. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Developer Tooling
  4. Debugging and Diagnostics
  5. Performance and Resource Profilers

Awesome Performance and Resource Profilers 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
  • facebook/react-native

    facebook/react-native

    125,418GitHubView on GitHub↗

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives.

    C++androidapp-frameworkcross-platform
  • pytorch/pytorch

    pytorch/pytorch

    97,601GitHubView on GitHub↗

    PyTorch is a machine learning framework centered on a GPU-ready tensor library that supports multi-dimensional array operations across both CPU and accelerator hardware. It provides a foundational infrastructure for mathematical computation and dynamic neural network construction, utilizing a tape-based automatic diffe

    Pythonautograddeep-learninggpu
  • syncthing/syncthing

    syncthing/syncthing

    80,036GitHubView on GitHub↗

    Syncthing is a decentralized file synchronization engine that maintains consistent data states across multiple devices through peer-to-peer mesh networking. It operates as a background daemon that automatically replicates file creations, modifications, and deletions between trusted nodes without requiring central serve

    Gogop2ppeer-to-peer
  • vitejs/vite

    vitejs/vite

    78,295GitHubView on GitHub↗

    Vite is a frontend build toolchain that provides a unified development and production pipeline for modern web applications. It functions as a modular, environment-agnostic build engine that leverages native ES modules to serve source code directly to the browser, eliminating the need for expensive bundling during the d

    TypeScriptbuild-tooldev-serverfrontend

Explore sub-tags

  • CPU ProfilersProfiling tools that measure and visualize CPU usage and execution time to identify performance bottlenecks.
  • Memory ProfilingTools that analyze memory usage patterns and identify fragmentation to optimize resource consumption during software execution.
  • Performance OverlaysIn-app visual interfaces that track real-time performance metrics like frame rates and resource usage during development.