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

Implement MessagePack deserialisation #21

Open
6 tasks
dmitrii-doronin opened this issue Mar 11, 2024 · 0 comments
Open
6 tasks

Implement MessagePack deserialisation #21

dmitrii-doronin opened this issue Mar 11, 2024 · 0 comments

Comments

@dmitrii-doronin
Copy link
Contributor

Implement MessagePack deserialisation

Description

MessagePack deserialisation is currently marked as 'planned' in our project. This feature is crucial for users who work with YAML data formats and expect our tool to support deserialisation to MessagePack

Tasks

  • Select MessagePack parsing libraries that fit our codebase and evaluate their styles and compatibility
  • Test library performance, focusing on speed, memory, error handling, and scalability
  • Craft an MessagePack deserialisation interface that matches our system's design and code standards
  • Build the MessagePack deserialisation logic with an emphasis on maintainability and efficiency
  • Develop a suite of tests for MessagePack deserialisation to ensure robustness
  • Update our docs to detail the MessagePack deserialisation process, use cases, and API changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants