this post was submitted on 13 Sep 2025
11 points (100.0% liked)

Python

7707 readers
1 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

๐Ÿ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

๐Ÿ Python project:
๐Ÿ’“ Python Community:
โœจ Python Ecosystem:
๐ŸŒŒ Fediverse
Communities
Projects
Feeds

founded 2 years ago
MODERATORS
 

cross post from: https://programming.dev/post/37369902

Hi everyone,

we, the iceoryx community, just released iceoryx2 v0.7, an ultra-low latency inter-process communication framework for Rust, C, C++ and with this release, Python.

If you are into robotics, embedded real-time systems (especially safety-critical), autonomous vehicles or just want to hack around, iceoryx2 is built with you in mind.

Check out our release announcement for more details: https://ekxide.io/blog/iceoryx2-0-7-release

And the link to the project: https://github.com/eclipse-iceoryx/iceoryx2

you are viewing a single comment's thread
view the rest of the comments
[โ€“] sukhmel@programming.dev 3 points 4 months ago (1 children)

Age is not always a bad thing for projects, sometimes it means less bugs left

What is it with redis and memcached that shows they don't keep up with the times? We're using memcached and were considering redis, too, but not yet certain about it

[โ€“] iii@mander.xyz 2 points 4 months ago

From the top of my head: Replication, sharding and failovers, access control, security in general.

None of these are dealbreakers, all of them have workarounds, and redis has proven to scale. It just requires a lot of work and maintenance to do right. So I'm always happy to evaluate alternatives :)