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

Enumerated type in struct metadata codec #632

Open
benjeffery opened this issue May 22, 2020 · 0 comments
Open

Enumerated type in struct metadata codec #632

benjeffery opened this issue May 22, 2020 · 0 comments
Labels
enhancement New feature or request Performance This issue addresses performance, either runtime or memory Python API Issue is about the Python API

Comments

@benjeffery
Copy link
Member

Currently enumerated types are stored as their values. If all possible values are specified in the metadata schema, the codec could determine the minimum number of bytes to store an index of the value.

@benjeffery benjeffery added enhancement New feature or request Performance This issue addresses performance, either runtime or memory Python API Issue is about the Python API labels Sep 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Performance This issue addresses performance, either runtime or memory Python API Issue is about the Python API
Projects
None yet
Development

No branches or pull requests

1 participant