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

JSON->Msgpack #170

Merged
merged 1 commit into from
Jan 31, 2024
Merged

JSON->Msgpack #170

merged 1 commit into from
Jan 31, 2024

Conversation

bmcfee
Copy link
Collaborator

@bmcfee bmcfee commented Jan 31, 2024

This PR replaces json serialization in ZMQ streamer with msgpack.

This is only for the array header data still, and not the actual contents of the shared data, but it's a step toward faster / better IPC.

Copy link

codecov bot commented Jan 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fa31904) 97.79% compared to head (f3e4f12) 97.78%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #170      +/-   ##
==========================================
- Coverage   97.79%   97.78%   -0.02%     
==========================================
  Files           8        8              
  Lines         545      542       -3     
==========================================
- Hits          533      530       -3     
  Misses         12       12              
Flag Coverage Δ
unittests 97.78% <100.00%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bmcfee bmcfee merged commit 9ad3511 into main Jan 31, 2024
12 checks passed
@bmcfee bmcfee deleted the msgpack branch January 31, 2024 14:22
@bmcfee bmcfee added this to the 3.0.0 milestone Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant