awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

35 dépôts

Awesome GitHub RepositoriesSystem Performance Optimization

Practices for analyzing system metrics to identify and resolve performance bottlenecks in throughput and latency.

Explore 35 awesome GitHub repositories matching software engineering & architecture · System Performance Optimization. Refine with filters or upvote what's useful.

Awesome System Performance Optimization GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • base/nodeAvatar de base

    base/node

    68,511Voir sur GitHub↗

    This project is a containerized implementation of a blockchain node for the Base network. It manages the execution and consensus processes of an Ethereum Virtual Machine node within an isolated environment to maintain the network and process blockchain data. The infrastructure includes a specialized interface for processing pending blocks via websockets to reduce latency. It also provides a state synchronization tool that uses pre-computed snapshots to accelerate the process of reaching the current block height. The system covers network identity configuration for mainnet and testnet environ

    Offers controls for data pruning, logging levels, and metric exports to optimize node performance and storage.

    Shell
    Voir sur GitHub↗68,511
  • addyosmani/agent-skillsAvatar de addyosmani

    addyosmani/agent-skills

    60,849Voir sur GitHub↗

    Agent-skills is a collection of structured instructions and behavioral personas designed to standardize how AI coding agents perform engineering tasks. It functions as a workflow orchestrator that maps natural language intent to repeatable technical sequences and verification checklists. The project distinguishes itself through the use of specialized markdown-defined roles, such as security auditors or test engineers, to apply targeted domain expertise. It employs an evidence-based verification model that requires runtime data or passing tests as mandatory exit criteria to ensure AI-generated

    Applies a measure-first approach and bundle analysis to identify performance regressions and improve stability.

    Shellagent-skillsantigravityantigravity-ide
    Voir sur GitHub↗60,849
  • etcd-io/etcdAvatar de etcd-io

    etcd-io/etcd

    51,838Voir sur GitHub↗

    etcd is a distributed, strongly consistent key-value store designed to provide reliable storage for critical system metadata and coordination primitives. It functions as a distributed consensus engine, utilizing a replicated log and leader-based state machine to ensure that all nodes in a cluster maintain a synchronized view of data. By providing atomic operations and linearizable reads and writes, it serves as a foundational component for distributed systems requiring high availability and fault tolerance. The system distinguishes itself through its multi-version concurrency control, which e

    Analysis of latency and throughput metrics identifies performance bottlenecks to optimize storage engine behavior for high-demand applications.

    Gocncfconsensusdatabase
    Voir sur GitHub↗51,838
  • sillytavern/sillytavernAvatar de SillyTavern

    SillyTavern/SillyTavern

    29,463Voir sur GitHub↗

    SillyTavern is a comprehensive interface and orchestration platform designed for immersive AI roleplay and interactive chat experiences. It functions as a unified gateway that connects users to a wide array of local and cloud-based large language models, providing a centralized environment to manage complex character personas, narrative context, and model-driven interactions. The platform distinguishes itself through its advanced prompt engineering and automation capabilities. It utilizes a sophisticated macro-based templating engine and vector-database retrieval to dynamically inject lore, c

    Improves responsiveness by caching character data, compressing payloads, and generating media thumbnails.

    JavaScriptaichatllm
    Voir sur GitHub↗29,463
  • vectordotdev/vectorAvatar de vectordotdev

    vectordotdev/vector

    22,071Voir sur GitHub↗

    Vector is a high-performance observability data pipeline designed to collect, transform, and route logs, metrics, and traces across distributed infrastructure. It functions as a modular engine that decouples data ingestion from processing and transmission, utilizing a component-based architecture to connect diverse sources to multiple destinations. The project distinguishes itself through a focus on reliability and flow control. It implements backpressure-aware data movement to prevent data loss during traffic spikes and utilizes disk-backed event buffering to ensure durability during network

    Maximizes throughput and performance by automatically utilizing available system resources.

    Rusteventsforwarderhacktoberfest
    Voir sur GitHub↗22,071
  • voltagent/awesome-claude-code-subagentsAvatar de VoltAgent

    VoltAgent/awesome-claude-code-subagents

    21,906Voir sur GitHub↗

    This project provides a framework for managing multi-agent systems, designed to automate complex software development, infrastructure, and business workflows. It functions as a multi-agent workflow orchestrator that routes tasks to domain-specific workers while maintaining state persistence and infrastructure automation. By leveraging large language models, the system decomposes high-level objectives into actionable plans, ensuring that complex operations are executed with consistency and reliability. The framework distinguishes itself through its hierarchical agent registry and policy-driven

    Conducts load testing and resilience validation to ensure system stability and low latency under heavy traffic.

    Shellai-agent-frameworkai-agent-toolsai-agents
    Voir sur GitHub↗21,906
  • wagtail/wagtailAvatar de wagtail

    wagtail/wagtail

    20,366Voir sur GitHub↗

    Wagtail is an open-source content management system built on the Django web framework. It provides a structured, tree-based approach to content modeling, allowing developers to define custom page types and reusable content components that are managed through a highly customizable administrative interface. The platform distinguishes itself through its flexible, block-based content composition system, which enables editors to assemble complex page layouts dynamically. It also offers robust support for multi-site and multi-lingual environments, allowing organizations to manage distinct websites

    Implements caching strategies for pages, templates, and media assets to reduce database load and improve frontend response times.

    Pythoncmsdjangohacktoberfest
    Voir sur GitHub↗20,366
  • harvard-edge/cs249r_bookAvatar de harvard-edge

    harvard-edge/cs249r_book

    20,217Voir sur GitHub↗

    This project is a comprehensive educational framework designed to teach the design, deployment, and performance optimization of machine learning systems. It provides a structured curriculum that covers the full stack of artificial intelligence engineering, ranging from the construction of core framework components like tensors and automatic differentiation engines to the orchestration of large-scale distributed training clusters. The platform distinguishes itself through its integration of physics-grounded systems modeling and interactive simulation environments. Users can experiment with dis

    Analyzes memory usage and compute efficiency to profile and accelerate models for production performance.

    JavaScriptartificial-intelligencecloud-mlcomputer-systems
    Voir sur GitHub↗20,217
  • milanm/devops-roadmapAvatar de milanm

    milanm/DevOps-Roadmap

    18,752Voir sur GitHub↗

    DevOps-Roadmap is a comprehensive educational repository and knowledge base designed to guide technical professionals through the complexities of modern software engineering. It functions as a structured curriculum and reference library, covering the full spectrum of skills required to master system architecture, infrastructure management, and cloud operations. The project distinguishes itself by bridging the gap between high-level architectural design and the practical realities of engineering leadership. It provides curated insights into distributed systems, data consistency, and scalable d

    Analyzes system metrics to identify and resolve performance bottlenecks in high-traffic applications.

    awsazurecomputer-science
    Voir sur GitHub↗18,752
  • rust-lang/bookAvatar de rust-lang

    rust-lang/book

    17,930Voir sur GitHub↗

    The Rust Programming Language Book is the official technical guide and educational resource for the Rust language. It provides a comprehensive walkthrough of the language's design, focusing on its core identity as a systems programming language that enforces memory safety and high-performance execution without the need for a garbage collector. The project is distinguished by its focus on ownership, borrowing, and lifetime tracking, which allow the compiler to verify memory safety and thread safety at compile time. It covers the language's unique approach to zero-cost abstractions, including t

    Controls hardware resources and memory layout directly to achieve high-speed execution.

    Rustbookmdbookrust
    Voir sur GitHub↗17,930
  • braydie/howtobeaprogrammerAvatar de braydie

    braydie/HowToBeAProgrammer

    16,218Voir sur GitHub↗

    HowToBeAProgrammer is a comprehensive software engineering career guide and professional development framework. It serves as a curated-knowledge repository and handbook designed to help programmers acquire technical habits and social competencies necessary for professional advancement. The project distinguishes itself by integrating technical craftsmanship with a detailed manual for technical leadership and organizational navigation. It provides specific strategies for career progression, such as compensation negotiation, promotion readiness, and the management of professional boundaries to p

    Provides a framework for analyzing system metrics to identify and resolve performance bottlenecks.

    learningprogramming
    Voir sur GitHub↗16,218
  • eythaann/seelen-uiAvatar de eythaann

    eythaann/Seelen-UI

    15,953Voir sur GitHub↗

    Seelen-UI is a graphical shell and window management utility for Windows that provides a modular, keyboard-driven desktop environment. It enables users to organize application windows through automated tiling, stacking, and floating layouts, while offering a framework for creating interactive desktop widgets using web technologies. The project distinguishes itself by integrating a web-based rendering engine that bridges system-state data to HTML and CSS interfaces, allowing for highly customizable widgets and dynamic visual themes. It features real-time wallpaper analysis to automatically syn

    Allows optimization of system responsiveness by adjusting resource usage, animations, and hardware acceleration.

    Rustapp-launcherdesktop-applicationdock
    Voir sur GitHub↗15,953
  • opensearch-project/opensearchAvatar de opensearch-project

    opensearch-project/OpenSearch

    13,196Voir sur GitHub↗

    OpenSearch is a distributed search and analytics engine designed for indexing, searching, and analyzing massive volumes of structured and unstructured data in real time. It functions as a comprehensive platform that integrates enterprise-grade search capabilities, a vector database for high-dimensional similarity lookups, and a unified observability suite for monitoring logs, metrics, and traces across complex distributed environments. The platform distinguishes itself through its support for agentic workflow automation, allowing users to orchestrate multi-agent tasks and integrate foundation

    Analyzes infrastructure and query patterns to reduce operational costs while improving overall system reliability and search relevance.

    Javaanalyticsapache2foss
    Voir sur GitHub↗13,196
  • ardanlabs/gotrainingAvatar de ardanlabs

    ardanlabs/gotraining

    12,212Voir sur GitHub↗

    This repository provides curated learning paths, structured courseware, and technical materials for mastering Go programming, container orchestration, and software architecture. It serves as a comprehensive educational resource for systems programming, focusing on language mechanics, memory safety, and high-performance backend design. The project distinguishes itself through a multi-modal instructional design that combines instructor-led workshops, project-based curricula, and competency-based certifications. It offers specialized guidance on building production-grade AI infrastructure, inclu

    Provides techniques for analyzing and resolving performance bottlenecks in system throughput and latency.

    Go
    Voir sur GitHub↗12,212
  • doocs/jvmAvatar de doocs

    doocs/jvm

    11,093Voir sur GitHub↗

    This project is a technical reference and documentation suite focused on the internal architecture and operational principles of the Java Virtual Machine. It provides comprehensive guides and analysis on how the virtual machine manages class loading, memory organization, and bytecode execution. The documentation distinguishes itself by providing deep dives into specific runtime mechanisms, such as the binary decoding of class files, the hierarchical delegation model for class loaders, and the precise sequence of the loading, linking, and initialization lifecycle. It also details memory reclam

    Describes practices for using garbage collection and memory allocation strategies to improve overall system stability and throughput.

    JavaScriptclassdoocsgc
    Voir sur GitHub↗11,093
  • yokoffing/betterfoxAvatar de yokoffing

    yokoffing/Betterfox

    10,059Voir sur GitHub↗

    Betterfox is a curated configuration profile for the Firefox web browser designed to optimize speed, security, privacy, and user interface minimalism. It provides a set of preferences and settings to harden the browser environment and improve overall performance. The project distinguishes itself through targeted configuration suites that refine scrolling behavior, font rendering, and interface elements while removing visual distractions from the new tab page and address bar. It includes specific directives to disable telemetry, tracking, and digital rights management. Its broader capabilitie

    Refines scrolling behavior and system-level settings to improve overall browser responsiveness.

    JavaScriptanti-trackingfirefoxgecko
    Voir sur GitHub↗10,059
  • nextcloud/all-in-oneAvatar de nextcloud

    nextcloud/all-in-one

    9,082Voir sur GitHub↗

    all-in-one is a containerized deployment system designed to install and manage a complete suite of productivity and collaboration services. It functions as a cloud suite deployer that orchestrates the installation of a self-hosted content platform, incorporating necessary dependencies via Docker or Kubernetes. The project distinguishes itself by providing a web-based dashboard for orchestrating, updating, and monitoring the lifecycle of service containers. It also serves as a local AI inference server, enabling the execution of generative text models, image diffusion, and speech processing on

    Offers server-level performance tuning including process manager optimization and bytecode caching.

    PHPbackupdockernextcloud
    Voir sur GitHub↗9,082
  • danielmiessler/personal_ai_infrastructureAvatar de danielmiessler

    danielmiessler/Personal_AI_Infrastructure

    8,901Voir sur GitHub↗

    This project is a comprehensive AI infrastructure that combines an LLM agent orchestration framework, an autonomous research system, and a local AI environment. It centers on the creation of a personal knowledge graph and a programmatic prompt engineering library to provide long-term memory and optimized reasoning for artificial intelligence tasks. The system is distinguished by its ability to compose multi-agent teams using specialized personas and deterministic skills to execute complex workflows. It features an autonomous research pipeline capable of deep investigations and adversarial ana

    Implements a feedback loop that captures signals and outcomes from completed work to iteratively improve system efficiency.

    TypeScriptaiaugmentationhumans
    Voir sur GitHub↗8,901
  • cpp-best-practices/cppbestpracticesAvatar de cpp-best-practices

    cpp-best-practices/cppbestpractices

    8,766Voir sur GitHub↗

    This project is a curated collection of guidelines and technical resources designed to improve C++ code safety, maintainability, and performance. It provides a comprehensive set of coding standards and best practices for establishing consistent naming, formatting, and structural patterns across C++ codebases. The guide offers specific technical advice on performance optimization, including methods for minimizing object copying, optimizing memory allocation, and reducing compilation cycles. It also provides a directory of tooling recommendations for implementing static analysis, fuzz testing,

    Offers technical advice on reducing resource consumption and increasing general execution speed.

    best-practicescpp
    Voir sur GitHub↗8,766
  • redis/redisinsightAvatar de redis

    redis/RedisInsight

    8,556Voir sur GitHub↗

    RedisInsight is a graphical user interface and management tool for browsing, analyzing, and administering Redis databases. It provides a visual environment for exploring key-value data structures, managing database instances, and performing data analysis across different operating systems and deployments. The tool distinguishes itself by providing dedicated visual managers for complex operations, including a vector database manager for configuring embeddings and similarity searches, a query workbench for executing raw commands and Lua scripts, and a performance monitoring dashboard for tracki

    Uses a proxy and manager architecture to identify and resolve performance bottlenecks and increase throughput.

    TypeScriptdatabase-guiredisredis-gui
    Voir sur GitHub↗8,556
Préc.12Suivant
  1. Home
  2. Software Engineering & Architecture
  3. Performance and Reliability
  4. Performance Optimization
  5. Data Handling and Throughput
  6. System Performance Optimization

Explorer les sous-tags

  • Import Speed OptimizationsTechniques to reduce the time required to locate and load modules during the import process. **Distinct from System Performance Optimization:** Distinct from System Performance Optimization: focuses specifically on reducing module discovery latency during package imports.
  • Node Resource TuningConfiguration of logging, pruning, and metric exports to optimize the resource footprint of a network node. **Distinct from System Performance Optimization:** More specific than general System Performance Optimization, focusing on the unique knobs of a blockchain node like pruning distance.
  • Optimization Effect SimulationPredictive modeling to estimate how hypothetical code improvements would impact system throughput and latency. **Distinct from System Performance Optimization:** Distinct from System Performance Optimization: specifically provides simulation of hypothetical changes without requiring code rewrites.
  • Windows Service Optimizers1 sous-tagAdjusts services, scheduled tasks, and registry settings to reduce resource usage and improve system responsiveness. **Distinct from System Performance Optimization:** Distinct from System Performance Optimization: focuses on disabling Windows services and scheduled tasks rather than general throughput analysis.