awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 个仓库

Awesome GitHub RepositoriesPerformance Optimizations

Low-level configurations and strategies aimed at maximizing the execution speed and resource efficiency of software systems.

Explore 11 awesome GitHub repositories matching artificial intelligence & ml · Performance Optimizations. Refine with filters or upvote what's useful.

Awesome Performance Optimizations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • huggingface/transformershuggingface 的头像

    huggingface/transformers

    161,630在 GitHub 上查看↗

    Transformers is a comprehensive library for machine learning that provides a unified interface for training, fine-tuning, and deploying transformer-based models. It supports a wide range of tasks, including text classification, language modeling, question answering, and sequence-to-sequence translation, while offering specialized architectures for both text and vision processing. The framework includes tools for managing the entire model lifecycle, from data preprocessing and tokenization to distributed training and inference. The library features extensive support for model optimization and

    Maps specific kernel implementations to model layers, enabling device-specific selection and local filesystem loading.

    Pythonaudiodeep-learningdeepseek
    在 GitHub 上查看↗161,630
  • mrdoob/three.jsmrdoob 的头像

    mrdoob/three.js

    113,086在 GitHub 上查看↗

    This project is a high-level 3D graphics engine designed to render complex, hardware-accelerated environments within web browsers. It provides a comprehensive abstraction layer that manages scene graphs, cameras, and lighting, mapping high-level scene definitions onto low-level graphics APIs. By decoupling these definitions from specific hardware targets, the engine ensures consistent performance across diverse browsers and devices. The framework distinguishes itself through a robust architecture that includes a unified math library for high-frequency spatial calculations and a physically bas

    Improves rendering efficiency for large object counts through techniques like instancing and batching.

    JavaScript3daugmented-realitycanvas
    在 GitHub 上查看↗113,086
  • ant-design/ant-designant-design 的头像

    ant-design/ant-design

    98,362在 GitHub 上查看↗

    Ant Design is an enterprise-grade component library and design system framework built for developing complex, data-heavy web applications. It provides a comprehensive collection of pre-built, state-driven interface elements that map data properties to rendered components, ensuring consistent interaction patterns and visual language across large-scale projects. The library distinguishes itself through a robust styling architecture that utilizes design tokens and hierarchical configuration providers to propagate global settings like themes, locale, and layout direction. By employing component-l

    Minimizes unnecessary re-renders by memoizing context values and splitting large data objects within the provider hierarchy.

    TypeScriptant-designantddesign-systems
    在 GitHub 上查看↗98,362
  • tailwindlabs/tailwindcsstailwindlabs 的头像

    tailwindlabs/tailwindcss

    95,592在 GitHub 上查看↗

    Utility-first CSS framework for fast, design-system-friendly styling.

    Boosts rendering performance by leveraging a high-speed engine that optimizes 3D transforms and real-time visual updates.

    TypeScriptcssframeworkutility
    在 GitHub 上查看↗95,592
  • gin-gonic/gingin-gonic 的头像

    gin-gonic/gin

    88,694在 GitHub 上查看↗

    Gin is a web framework designed for building high-performance web services and APIs. It functions as a middleware-oriented engine that processes incoming HTTP requests through a sequential chain of handlers, allowing for the modular management of cross-cutting concerns such as authentication and logging. The framework utilizes a radix tree data structure to perform request routing, ensuring high-speed path matching with minimal memory overhead. It distinguishes itself by employing a zero-reflection dispatch mechanism that invokes handler functions through static type assertions, avoiding the

    Bypasses runtime reflection overhead by invoking handler functions through direct static type assertions.

    Goframeworkgingo
    在 GitHub 上查看↗88,694
  • sgl-project/sglangsgl-project 的头像

    sgl-project/sglang

    29,079在 GitHub 上查看↗

    Sglang is a high-performance inference engine and serving system designed for large language and multimodal models. It provides a programmable interface for orchestrating complex generation workflows, enabling developers to coordinate multi-turn dialogues, tool invocations, and reasoning chains through a domain-specific language. The platform is built to support production-scale deployments, offering an OpenAI-compatible API that allows for integration with existing application ecosystems. The system distinguishes itself through a disaggregated architecture that separates compute-intensive pr

    Maximizes hardware utilization using prefix caching, speculative decoding, and continuous batching.

    Pythonattentionblackwellcuda
    在 GitHub 上查看↗29,079
  • d2l-ai/d2l-end2l-ai 的头像

    d2l-ai/d2l-en

    29,001在 GitHub 上查看↗

    This project is an educational platform and research toolkit designed to teach deep learning through a combination of mathematical theory, visual diagrams, and executable code. It provides a comprehensive environment for building, training, and evaluating neural networks, grounding complex concepts in interactive computational notebooks that allow for hands-on experimentation. The framework distinguishes itself by interleaving theoretical foundations—including linear algebra, calculus, and probability—with practical implementations across multiple industry-standard libraries. It supports flex

    Specifies model generalization properties by selecting covariance functions to define function space behavior.

    Pythonbookcomputer-visiondata-science
    在 GitHub 上查看↗29,001
  • voltagent/awesome-claude-code-subagentsVoltAgent 的头像

    VoltAgent/awesome-claude-code-subagents

    21,906在 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

    Tunes communication protocols and message batching to maximize throughput across distributed agent teams.

    Shellai-agent-frameworkai-agent-toolsai-agents
    在 GitHub 上查看↗21,906
  • kvcache-ai/ktransformerskvcache-ai 的头像

    kvcache-ai/ktransformers

    17,288在 GitHub 上查看↗

    Ktransformers is a comprehensive framework designed for the operation, fine-tuning, and serving of large language models. It functions as a heterogeneous inference engine and quantized execution runtime, enabling the deployment of massive models by distributing computational workloads across both CPU and GPU resources. This architecture allows users to bypass local memory constraints, making it possible to run and train models that exceed the capacity of a single device. The project distinguishes itself through specialized support for sparse architectures, particularly mixture-of-experts mode

    Provides low-level configurations to maximize execution speed and resource efficiency across CPU and GPU hardware.

    Python
    在 GitHub 上查看↗17,288
  • ffmpeg/asm-lessonsFFmpeg 的头像

    FFmpeg/asm-lessons

    12,067在 GitHub 上查看↗

    This project serves as an educational resource for learning and implementing low-level assembly language optimizations. It provides a structured guide for developers to master hardware-specific instructions and manual performance tuning, focusing on the translation of high-level code into efficient machine-level operations for resource-constrained environments. The materials emphasize techniques for maximizing computational throughput in multimedia processing. By covering instruction-level parallelism, register management, and data parallelism, the project enables the development of software

    Improves the speed and efficiency of audio and video processing tasks by writing highly optimized low-level assembly code.

    在 GitHub 上查看↗12,067
  • freebsd/freebsd-srcfreebsd 的头像

    freebsd/freebsd-src

    9,162在 GitHub 上查看↗

    This repository contains the complete source code for a Unix-like operating system, including the monolithic kernel and base system utilities. It provides a BSD-derived system core and a full build toolchain required to compile a functional operating system for servers, desktops, or embedded devices. The system features a Linux binary compatibility layer that enables the execution and emulation of Linux binaries on a non-Linux platform. It also includes a modular kernel configuration process to tailor hardware support and system features during compilation. The project covers broad system ca

    Provides utilities for configuring kernel implementations, drivers, and features within the system build.

    C
    在 GitHub 上查看↗9,162
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Infrastructure
  5. Optimization & Inference
  6. Performance Optimizations

探索子标签

  • Adapter Execution BackendsSpecialized execution backends for managing and running fine-tuning adapters. **Distinct from Performance Optimizations:** Focuses on adapter-specific execution backends, distinct from general performance optimization.
  • Context Optimization StrategiesMethods for reducing re-renders in context providers.
  • Kernel Configuration Utilities1 个子标签Utilities for configuring and mapping specific kernel implementations, features, or drivers within a software build.
  • MultimediaImproving the speed and efficiency of audio and video processing tasks by writing highly optimized low-level assembly code for modern processors. **Distinct from Performance Optimizations:** Distinct from Performance Optimizations: focuses on multimedia-specific assembly optimizations rather than general system-level tuning.
  • RenderingFrameworks and engines that improve visual rendering performance through techniques like instancing and high-performance processing.
  • Zero Reflection DispatchersInvokes handlers via static type assertions to avoid reflection.