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

Implements serde-lexical #676

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

emmanuel-keller
Copy link

@emmanuel-keller emmanuel-keller commented Sep 5, 2024

Implements another serialisation feature: serde-lexical

This feature preserves the lexical order in the serialized form.
The serialized decimal occupies a fixed 25 bytes, which is particularly useful for maintaining decimal order when stored as a key in a key-value store

Possibly fixes #610

@emmanuel-keller emmanuel-keller marked this pull request as ready for review September 5, 2024 16:46
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.

How to serialize Decimal and still keep the results in order (bitwise comparison)
1 participant