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

Compact DEI variant. #22

Open
cmeiklejohn opened this issue Oct 7, 2022 · 0 comments
Open

Compact DEI variant. #22

cmeiklejohn opened this issue Oct 7, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@cmeiklejohn
Copy link
Contributor

Right now, the DEis are very verbose, which is useful for debugging and other types of analysis, but given that the header length restriction in gRPC metadata is 8192 bytes, it probably means that it will only support graphs that are depth < 6 or so. Therefore, we need the ability to generate a variant of DEI's that are compact: presumably the same algorithm, just a final digest placed on the value. This could be a variant that just extends V1, called V1, which adds an additional digest in the serialization step.

@cmeiklejohn cmeiklejohn added enhancement New feature or request help wanted Extra attention is needed labels Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant