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

Client side unary communication performance improvements #335

Merged

Conversation

CPattar-NI
Copy link
Collaborator

Optimizing the copy path between LV and protobuf​ by eliminating data copy into temporary structures. Instead of the previously used "values" map to store the message data temporarily during the message parsing phase and then walking through the map to fill in the LV structure, we copy the message values directly into LV structures.

CPattar-NI and others added 30 commits October 9, 2023 12:18
Added templates for all repeating and non-repeating datatypes.
@CPattar-NI CPattar-NI changed the title Client side communication performance improvements Client side unary communication performance improvements Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants