Skip to content

Improve serialization and add tests#2068

Closed
MauroToscano wants to merge 1 commit intostagingfrom
fix_cbor_serialization_overhead_v2
Closed

Improve serialization and add tests#2068
MauroToscano wants to merge 1 commit intostagingfrom
fix_cbor_serialization_overhead_v2

Conversation

@MauroToscano
Copy link
Contributor

@MauroToscano MauroToscano commented Aug 25, 2025

Fix cbor serialization overhead

Improves serialization format (Previously CBOR was encoding bytes in 2 bytes)

Changes vectors from major type 4 ( array of items, needs to indicate the size of each item) to major type 2 (byte string)

See:

https://www.rfc-editor.org/rfc/rfc8949.html#name-specification-of-the-cbor-e

@JuArce JuArce deleted the fix_cbor_serialization_overhead_v2 branch September 2, 2025 21:44
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.

1 participant

Comments