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 more context in Introduction about efficient rejection of malformed inputs #97

Conversation

fxamacker
Copy link
Owner

@fxamacker fxamacker commented Aug 4, 2023

Updates #92

Update "Introduction" section to add:

CCF uses CBOR and is designed to allow efficient detection and rejection of malformed messages without creating Cadence objects. This allows more costly checks for validity, etc. to be performed only on well-formed messages.

This aspect of CCF and CBOR helps reject malformed inputs quickly and with less memory.

CCF uses CBOR and is designed to allow efficient detection and rejection of malformed messages without creating Cadence objects. This allows more costly checks for validity, etc. to be performed only on well-formed messages.
@fxamacker fxamacker self-assigned this Aug 4, 2023
@fxamacker fxamacker merged commit 66a3cb6 into main Aug 4, 2023
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