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

python: add framer msg type filter #1321

Merged
merged 5 commits into from
Apr 25, 2023
Merged

Conversation

silverjam
Copy link
Contributor

@silverjam silverjam commented Apr 24, 2023

Description

To help with speed issues around Python object construction, add an easy
means of avoiding work in the Python API.

@swift-nav/devinfra

API compatibility

Does this change introduce a API compatibility risk?

No, adding a new behavior to the Python API.

JIRA Reference

https://swift-nav.atlassian.net/browse/DEVINFRA-1251

To help with speed issues around Python object construction, add an easy
means of avoiding work in the Python API.
python/sbp/client/framer.py Outdated Show resolved Hide resolved
Co-authored-by: Patrick Crumley <patrick.crumley@gmail.com>
@adrian-kong
Copy link
Contributor

oh github's bugged with the required review on devinfra or maybe just my screen🤔

@silverjam silverjam marked this pull request as ready for review April 25, 2023 14:57
@silverjam silverjam requested a review from a team as a code owner April 25, 2023 14:57
@silverjam silverjam changed the title python: add msg type filter python: add framer msg type filter Apr 25, 2023
@silverjam silverjam merged commit 7c13fb1 into master Apr 25, 2023
@silverjam silverjam deleted the silverjam/msg-type-filter branch April 25, 2023 14:59
silverjam pushed a commit that referenced this pull request Apr 26, 2023
* python: add msg type filter

To help with speed issues around Python object construction, add an easy
means of avoiding work in the Python API.

* Update python/sbp/client/framer.py

Co-authored-by: Patrick Crumley <patrick.crumley@gmail.com>

* docker: use buster, stretch is archived

* python: add unit test for framer filter

* python: add unit test for framer message filter

---------

Co-authored-by: Patrick Crumley <patrick.crumley@gmail.com>
lkloh pushed a commit that referenced this pull request Apr 27, 2023
* update MSG_ACKNOWLEDGE on demand fields (#1303)

* variable length ecdsa signature [GV2-193] (#1306)

* Add signature length field to MsgEcdsaSignature

Co-authored-by: Jason Mobarak <jason@swift-nav.com>

* fix signature in MsgCertificateChain [GV2-193]  (#1307)

Co-authored-by: Jason Mobarak <jason@swift-nav.com>

* benchmark: run on consistent machine type

Benchmarks seem to oscilate between two values, so attempt to compensate
for this by pinning the machine type that things are run on.

* python: add framer msg type filter (#1321)

* python: add msg type filter

To help with speed issues around Python object construction, add an easy
means of avoiding work in the Python API.

* Update python/sbp/client/framer.py

Co-authored-by: Patrick Crumley <patrick.crumley@gmail.com>

* docker: use buster, stretch is archived

* python: add unit test for framer filter

* python: add unit test for framer message filter

---------

Co-authored-by: Patrick Crumley <patrick.crumley@gmail.com>

---------

Co-authored-by: Steven Meyer <smeyer@fastmail.com>
Co-authored-by: Jason Mobarak <jason@swift-nav.com>
Co-authored-by: Patrick Crumley <patrick.crumley@gmail.com>
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.

3 participants