elBoberido
No user record in our sample, but elBoberido has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but elBoberido has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
I'm one of the iceoryx maintainer :) Yes, there is some overlap but iceoryx and threadprocs could complement each other. Currently, we achieve true zero copy only with data types that are shared memory compatible, i.e.…
Btw, with the next release iceoryx2 will have Python bindings. They are already on main and we will make it available via PIP. This should make it easier to use with Pytorch.
I'm not sure I fully understand what you mean? Do you assume we implemented the same approach for shared memory communication like described in the blog post? If that’s the case, I want to reassure you that we don’t use…
Thanks, really appreciate it.
Request-response is on our todo list and will be introduced in an upcoming release :) What are you needing request-response for?
Indeed. That's our goal :)
Sweet. Can we link to your benchmark from the main iceoryx2 readme?
> In my experience shared memory is really hard to implement well and manage: I second that. It took us quite some time to get the correct architecture. After all, iceoryx2 is the third incarnation of this piece of…
Thanks for the tips. We have a comparison with message queues and unix domain sockets [1] on the repo on github [2]. ~~It's nice to see that independent benchmarks are in the same ballpark than the one we perform.~~…
Besides being written in Rust, the big difference is the decentralized approach. With iceoryx1 a central daemon is required but with iceoryx2 this in not the case anymore. Furthermore, more fine grained control over the…
Don't worry. It's great to have other projects in this field, exploring different routes and you created a great piece of software. The best thing, it's all open source after all :) Reading your response is almost as…
We are waiting with some salt & vinegar crisps ;)
Hehe, we are also using fancy-pointer in some places :) We started with mapping to the shm to the same address but soon noticed that it was not a good idea. It works until some application already mapped something to…
Now I'm curious. It's seems you are not the father I'm still drinking beer with. This means there is only one person left that fits this attribute :) ... we should meet for some beer with the other father ;)
I'm one of the iceoryx mantainers. Great to see some new players in this field. Competition leads to innovation and maybe we can even collaborate in some areas :) I did not yet look at the code but you made me curious…