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 special encoding/decoding buffers for maps #30

Open
sarvalabs-manish opened this issue Dec 12, 2023 · 0 comments
Open

Implement special encoding/decoding buffers for maps #30

sarvalabs-manish opened this issue Dec 12, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@sarvalabs-manish
Copy link
Member

sarvalabs-manish commented Dec 12, 2023

  • Implement a MapPolorizer and a MapDepolorizer that allow inserting/fetching key-values by random access instead of sorted (ordered) access.
  • It will be a wrapper type over the simple encoding/decoding buffers.
  • This is useful for implementing custom serialization functions for types that include mapping types and we will temporarily allow this by exporting the map compare and map sorter functions as detailed in Export map sorting & compare functions #31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant