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

perf: speed up the SFU WS message decoding #1224

Merged
merged 1 commit into from
Dec 26, 2023

Conversation

oliverlaz
Copy link
Member

Overview

Includes the newly generated protobuf-ts models based on GetStream/protocol#347
The newest version of protobuf-ts includes an important performance optimization that we can benefit from in our SFU WS message decoding flow.

More about it: timostamm/protobuf-ts#582

Copy link
Member

@khushal87 khushal87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved, assuming its all generated and there are no manual changes. ✅

@oliverlaz
Copy link
Member Author

Approved, assuming its all generated and there are no manual changes. ✅

Yep. All we need to do is to regenerate the models and use the latest @protobuf-ts/runtime version.

@oliverlaz oliverlaz changed the title perf: speed-up the SFU WS message decoding perf: speed up the SFU WS message decoding Dec 26, 2023
@oliverlaz oliverlaz merged commit 986bd6d into feature/WD-1079 Dec 26, 2023
19 of 20 checks passed
@oliverlaz oliverlaz deleted the protobuf-speed-up branch December 26, 2023 13:05
@oliverlaz oliverlaz restored the protobuf-speed-up branch January 26, 2024 14:21
@oliverlaz oliverlaz deleted the protobuf-speed-up branch January 26, 2024 14:22
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.

2 participants