Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batching v2 #765

Merged
merged 9 commits into from
Oct 28, 2024
Merged

Batching v2 #765

merged 9 commits into from
Oct 28, 2024

Conversation

jean-roland
Copy link
Contributor

Batching mechanism doesn't copy the messages and fills buffer and flush buffer as needed. Buffer is flushed one last time when batching is deactivated.

Refactor the transport tx layer as unicast and multicast were virtually the same.

@jean-roland jean-roland requested a review from sashacmc October 28, 2024 12:44
Copy link

PR missing one of the required labels: {'internal', 'dependencies', 'bug', 'documentation', 'new feature', 'enhancement', 'breaking-change'}

@jean-roland jean-roland added the enhancement Things could work better label Oct 28, 2024
@gabrik gabrik merged commit 7388049 into eclipse-zenoh:dev/1.1.0 Oct 28, 2024
53 of 55 checks passed
@jean-roland jean-roland deleted the ft_batching_v2 branch November 8, 2024 15:22
jean-roland added a commit to jean-roland/zenoh-pico that referenced this pull request Nov 13, 2024
* feat: switch id empty/check to static inline

* feat: use batch count instead of batch vec

* refactor: batch don't copy messages

* feat: rename batch api

* feat: group common transport fields

* feat: use common struct in tx functions

* feat: rename multicast tx functions

* fix: unreachable

* refactor: fuse unicast and multicast tx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Things could work better
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants