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

Add new API for extracting the underling CBOR value from a CBORValidator for reuse #217

Merged
merged 2 commits into from
Feb 10, 2025

Conversation

itamarst
Copy link
Contributor

Fixes #216

This reduces the time for pycddl to do validation+deserialization combo for a small document from 2.5µs to 1.8µs, by allowing only a single CBOR parse.

Happy to do a different API variation if you prefer.

@itamarst
Copy link
Contributor Author

Not really sure what's up with WASM tests.

@anweiss anweiss force-pushed the 216-extract-value branch 2 times, most recently from e796d1c to 4ca8e57 Compare February 10, 2025 19:15
@anweiss anweiss merged commit e84cfeb into anweiss:main Feb 10, 2025
14 checks passed
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.

Make it easier to only parse CBOR once for use case of validation + deserialization
3 participants