libplanet
libplanet copied to clipboard
Add compression to `DataModel`
If human readability of encoded data structure isn't much of a concern, it is possible to encode a DataModel instance to a Bencodex.Types.List instead of Bencodex.Types.Dictionary. With some consideration, it might even be possible to expand on DataModel as implemented in #1935. One way to achieve this would be to order property names by their ordinals before encoding and decoding.
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.