iceoryx VS smart

Compare iceoryx vs smart and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
iceoryx smart
10 3
1,520 3
3.5% -
9.8 9.8
4 days ago 27 days ago
C++ JavaScript
Apache License 2.0 GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

iceoryx

Posts with mentions or reviews of iceoryx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-13.

smart

Posts with mentions or reviews of smart. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-04.
  • CBMC: C bounded model checker. (2021)
    3 projects | news.ycombinator.com | 4 May 2024
    Not fun, a serious tool, and extremely easy to use, unlike other formal methods. It works with your source code, not on some rewritten abstraction of it.

    Embedded, automotive, space use it regularly.

    I've setup cbmc and goto-analyzer for string searching algos here https://github.com/rurban/smart and really found some bugs in old published algos.

  • Show HN: Comprehensive inter-process communication (IPC) toolkit in modern C++
    4 projects | news.ycombinator.com | 13 Apr 2024
    I wrote some shm API wrappers here: https://github.com/rurban/smart/blob/new/source/algos/includ...

    Never use /dev/shm directly unless Linux only.

  • You've just inherited a legacy C++ codebase, now what?
    2 projects | news.ycombinator.com | 29 Feb 2024
    Check all the linter warnings.

    Add a CI. Starting with Linux, Windows mingw, macos and aarch64. Turns out the code is Linux x64 only, ha. Make it compat with sse checks, windows quirks.

    Waiting for GH actions suck, write Dockerfiles and qemu drivers into your makefile. Maybe automake would have been a better idea after all. Or even proper autoconf.

    Find the missing algorithms described elsewhere. Add them. Check their limitations.

    Reproducible builds? Not for this one, sorry. This is luxury. Rather check clang-tidy, and add fuzzing.

    https://github.com/rurban/smart

What are some alternatives?

When comparing iceoryx and smart you can also consider the following projects:

cyclonedds - Eclipse Cyclone DDS project

eCAL - Please visit the new repository: https://github.com/eclipse-ecal/ecal

ecal - 📦 eCAL - enhanced Communication Abstraction Layer. A high performance publish-subscribe, client-server cross-plattform middleware.

alephzero

rmw_iceoryx - rmw implementation for iceoryx

areg-sdk - AREG is an asynchronous Object RPC framework to simplify multitasking programming by blurring borders between processes and treating remote objects as if they coexist in the same thread.

ruby-dbus - A Ruby binding for DBus

shadesmar - Fast C++ IPC using shared memory

sobjectizer - An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability proved by years in the production.

Fast-DDS - The most complete DDS - Proven: Plenty of success cases. Looking for commercial support? Contact [email protected]

isaac_ros_apriltag - Hardware-accelerated Apriltag detection and pose estimation.

cpp-ipc - C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.