Skip to content

Conversation

@Joannis
Copy link
Contributor

@Joannis Joannis commented Apr 13, 2025

Relies on #1

Makes an effort to:

  • Make less copies to and from Data.
  • Allow use and reuse of existing of [UInt8] values
  • Encoding into an existing buffer, which can reduce necessary (re)allocations
  • Optimise CBOR Integer parsing which was copying out the bytes into an array before
  • Use lower defaults for maximum array/map/string/bytes sizes
  • Replace blanket the indirect enum with an indirect case where relevant, as indirect makes the subject a reference counted value with heap storage

@zamderax zamderax merged commit dc4c2a6 into edgeengineer:main Apr 13, 2025
3 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.

2 participants