MatthiasKillat

Results 49 comments of MatthiasKillat

@Aposhian I did not look at the details of your report yet. As for holding a chunk when using shared memory. When a sample is sent the following happens. 1....

@eboasson The problem is that the writer with some budget B creates an iceoryx publisher P. Now later there is a reader with some different budget B' that somehow not...

@sumanth-nirmal Had a brief look again, will review today once https://github.com/eclipse-cyclonedds/cyclonedds/pull/1175 is merged.

Pulling the data from iceoryx in a read is beneficial to avoid context switches (icoeryx listener thread). As long as the buffer of iceoryx is at least as large as...

This issue is not urgent and I will just move the ongoing PR https://github.com/eclipse-iceoryx/iceoryx/pull/1648 to this issue (requires changing commits and branch names etc.) This means the PR will be...

@mossmaurice I will approve after the conflicts are resolved. Please change the move ctor in the follow up PR.

@byrnexu I am late here I guess but what I see is that there is (roughly) at most a factor of 10 difference in publish time between different platforms. But...

This is severely outdated due to refactoring. Should be closed and redone if necessary after the refactoring of relative pointer is complete (if there are still warnings). @mossmaurice

I need to port the clang format CI fix from the other PR to this one. The other PR will likely not be merged soon, but @elBoberido proposed how to...

@elfenpiff The restructuring will be done. However, we should not have the default implementation depend on logger or later error handler. We could have empty default behavior instead of terminate,...