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

UUID compression and prehashing #5

Open
WilliamKarolDiCioccio opened this issue Jan 12, 2025 · 0 comments
Open

UUID compression and prehashing #5

WilliamKarolDiCioccio opened this issue Jan 12, 2025 · 0 comments

Comments

@WilliamKarolDiCioccio
Copy link
Owner

Using string based UUIDs can be relatively inefficient, however it also guarantees uniqueness even for great numbers of nodes and its easier to manage in deserialization. We can opt to encode the string in base64 for lossless compression and to precompute the hash for most used UUIDs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant