Viewing profile — elBoberido
elBoberido
HN member- Joined
- Mon, Apr 15, 2024, 12:13 PM UTC
- HN karma
- 17
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About elBoberido
Recent public activity
-
comment
Comment #47517578
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 t…
-
comment
Comment #44913590
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.
-
comment
Comment #41699554
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…
-
comment
Comment #41699064
Thanks, really appreciate it.
-
comment
Comment #41690736
Request-response is on our todo list and will be introduced in an upcoming release :) What are you needing request-response for?
-
comment
Comment #41690679
Indeed. That's our goal :)
-
comment
Comment #41690623
Sweet. Can we link to your benchmark from the main iceoryx2 readme?
-
comment
Comment #41690606
> 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 …
-
comment
Comment #41690363
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 …
-
comment
Comment #41683853
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. Furtherm…
-
comment
Comment #40058297
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 :…
-
comment
Comment #40058141
We are waiting with some salt & vinegar crisps ;)
-
comment
Comment #40045869
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 app…
-
comment
Comment #40039677
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 be…
-
comment
Comment #40039594
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 loo…