awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesInter-Process Communication Optimizations

Techniques for reducing latency by co-locating components and using shared memory instead of network calls.

Distinct from End-to-End Communication Channels: None of the candidates cover the architectural decision of using shared memory to eliminate network I/O for latency reduction.

Explore 1 awesome GitHub repository matching software engineering & architecture · Inter-Process Communication Optimizations. Refine with filters or upvote what's useful.

Awesome Inter-Process Communication Optimizations GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • bytedance/bytepsAvatar bytedance

    bytedance/byteps

    3,721Vezi pe GitHub↗

    BytePS is a distributed deep neural network training framework and communication library designed to scale model training across multiple GPUs and compute nodes. It functions as a GPU cluster orchestrator and RDMA network optimizer, providing the necessary primitives to synchronize gradients and data across a server cluster. The project distinguishes itself through high-performance network optimizations, utilizing remote direct memory access and page-aligned memory to reduce latency. It employs topology-aware communication tuning and CPU core affinity management to maximize hardware throughpu

    Uses shared-memory segments to accelerate data exchange between worker and server processes on the same machine.

    Pythondeep-learningdistributed-trainingkeras
    Vezi pe GitHub↗3,721
  1. Home
  2. Software Engineering & Architecture
  3. Inter-Process Communication Optimizations