-
Notifications
You must be signed in to change notification settings - Fork 61
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
feature: Migrate zero copy API and streaming API into master branch #291
Comments
Hi fxamacker, |
Hi Faye, My stream-decoder now looks like this (decoding floats does not yet compile...), I use a pointer to the rtd_msg struct to avoid creating a new one for every message:
Kind regards, |
Hi @bijwaard, The feature/stream-mode branch was developed for Cadence to improve performance. Cadence didn't need floats, so the feature to stream floats wasn't added. I don't have a specific timeline for merging this branch into main yet. Before merging to main I'd definitely like to add stream support for floats and maps. |
Hi Faye, |
Add API that uses zero copy to boost performance.
Add streaming mode decoder and encoder.
The text was updated successfully, but these errors were encountered: