shadesmar
iceoryx

shadesmar | iceoryx | |
---|---|---|
4 | 11 | |
556 | 1,746 | |
- | 1.4% | |
0.0 | 9.2 | |
over 2 years ago | 18 days ago | |
C++ | C++ | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
shadesmar
-
Shadesmar: Fast C++ IPC using shared memory
You can track comparison benchmarks in this ticket: https://github.com/Squadrick/shadesmar/issues/56, I'll start updating it soon.
iceoryx
-
iceoryx VS iceoryx2 - a user suggested alternative
2 projects | 11 Nov 2024
-
Show HN: Comprehensive inter-process communication (IPC) toolkit in modern C++
Also, when you want to perform some access control with access rights, you have to face sid— and ace-strings - oh they are fun. And, of course, there are all the nasty details; for instance, Windows defines macros that lead to compilation failures since they collide with internal naming. Take a look at this here, maybe it makes your efforts less painless: https://github.com/eclipse-iceoryx/iceoryx/blob/master/iceor...
You could reuse the iceoryx platform layer that enables iceoryx to run on every platform from qnx, linux, freertos, mac, windows. Maybe it can help you as well: https://github.com/eclipse-iceoryx/iceoryx/blob/master/doc/w...
-
Flow-IPC: Open-Source Toolkit for Low-Latency Inter-Process Communication in C++
Does the schema help a lot? For C++ you can get very fast without, for example with IceOryx https://github.com/eclipse-iceoryx/iceoryx
In contrast to Cap'n'Proto you get compiler optimized struct layout as benefit from using raw structs. Benchmarks are here https://iceoryx.io/v2.0.2/examples/iceperf/
- IPC communication between rust, c++, and python
-
iceoryx v2.0.0 released - a true zero-copy C++ middleware
full release notes: https://github.com/eclipse-iceoryx/iceoryx/blob/master/doc/website/release-notes/iceoryx-v2-0-0.md
-
Shadesmar: Fast C++ IPC using shared memory
True, a better comparison for Shadesmar would be with libraries like iceoryx and alephzero.
-
Announcing Eclipse iceoryx 1.0.0
This is the tracking issue for Windows support https://github.com/eclipse-iceoryx/iceoryx/issues/33
What are some alternatives?
InterprocessMemPool - c++ library for interprocess memory pools, communication, and automatic network device discovery. lightweight DDS alternative.
ecal - 📦 eCAL - enhanced Communication Abstraction Layer. A high performance publish-subscribe, client-server cross-plattform middleware.
cpp-ipc - C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.
alephzero
v6d - vineyard (v6d): an in-memory immutable data manager. (Project under CNCF, TAG-Storage)
Fast-DDS - The most complete DDS - Proven: Plenty of success cases. Looking for commercial support? Contact [email protected]
pe-util - List shared object dependencies of a portable executable (PE)
cyclonedds - Eclipse Cyclone DDS project
rwspinlock - Slim, simple, cross-process, reader-writer unfair fast spin lock for Windows
eCAL - Please visit the new repository: https://github.com/eclipse-ecal/ecal
