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

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

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

eclipse-iceoryx/iceoryx

0
View on GitHub↗
2,104 星标·477 分支·C++·Apache-2.0·1 次浏览iceoryx.io↗

Iceoryx

Eclipse iceoryx™ - true zero-copy inter-process-communication

Features

  • Inter-process Communication - Zero-copy IPC framework for safety-critical systems.

Star 历史

eclipse-iceoryx/iceoryx 的 Star 历史图表eclipse-iceoryx/iceoryx 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Iceoryx 的开源替代方案

相似的开源项目,按与 Iceoryx 的功能重合度排序。
  • boostorg/interprocessboostorg 的头像

    boostorg/interprocess

    181在 GitHub 上查看↗

    Boost.org interprocess module

    C++
    在 GitHub 上查看↗181
  • capnproto/capnprotocapnproto 的头像

    capnproto/capnproto

    13,089在 GitHub 上查看↗

    CapnProto is a zero-copy serialization framework and remote procedure call system. It serves as a C++ communication library providing a schema-based data interchange format that eliminates the need to encode or decode data before reading it from memory. The system enables high-performance data serialization and low-latency network communication. It supports cross-language data exchange by using a defined schema to ensure consistent binary representation across different platforms. The framework provides tools for implementing remote procedure calls, allowing functions to be invoked on a remo

    C++
    在 GitHub 上查看↗13,089
  • cinemast/libjson-rpc-cppcinemast 的头像

    cinemast/libjson-rpc-cpp

    986在 GitHub 上查看↗

    C++ framework for json-rpc (json remote procedure call)

    C++c-plus-pluscppjson
    在 GitHub 上查看↗986
  • apache/brpcapache 的头像

    apache/brpc

    17,545在 GitHub 上查看↗

    brpc is a high-performance C++ RPC framework and network programming library designed for building distributed systems. It functions as a multi-protocol RPC server capable of hosting and detecting multiple communication protocols, including gRPC, Thrift, HTTP, Redis, and Memcached, on a single TCP port. The project distinguishes itself through high-throughput data transport and memory efficiency, utilizing RDMA-based transport to bypass the kernel TCP stack and zero-copy memory management to eliminate data duplication. It also implements the Raft algorithm for consensus-based state replicatio

    C++rpc
    在 GitHub 上查看↗17,545
查看 Iceoryx 的所有 12 个替代方案→

常见问题解答

eclipse-iceoryx/iceoryx 是做什么的?

Eclipse iceoryx™ - true zero-copy inter-process-communication

eclipse-iceoryx/iceoryx 的主要功能有哪些?

eclipse-iceoryx/iceoryx 的主要功能包括:Inter-process Communication。

eclipse-iceoryx/iceoryx 有哪些开源替代品?

eclipse-iceoryx/iceoryx 的开源替代品包括: apache/brpc — brpc is a high-performance C++ RPC framework and network programming library designed for building distributed… boostorg/interprocess — Boost.org interprocess module. capnproto/capnproto — CapnProto is a zero-copy serialization framework and remote procedure call system. It serves as a C++ communication… cinemast/libjson-rpc-cpp — C++ framework for json-rpc (json remote procedure call). continental/ecal — Please visit the new repository: https://github.com/eclipse-ecal/ecal. grpc/grpc — gRPC is a language-agnostic remote procedure call framework designed for high-performance communication between…