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

Evolution: UUID Version 6 #2

Open
baarde opened this issue Sep 21, 2020 · 0 comments
Open

Evolution: UUID Version 6 #2

baarde opened this issue Sep 21, 2020 · 0 comments

Comments

@baarde
Copy link
Owner

baarde commented Sep 21, 2020

There exists a proposal for "Version 6" UUIDs.

They are similar to RFC4122's time-based (version 1) UUIDs but the timestamp's bits are stored in standard byte order which make the UUIDs sortable using lexicographic order.

uuid v1: 9850ee54-fc18-11ea-adc1-0242ac120002
         zzzzzzzz yyyy 1xxx

uuid v6: 1eafc189-850e-6e54-adc1-0242ac120002
         xxxyyyyz zzzz 6zzz

Should we wait for the proposal to be accepted before implementing it?

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

No branches or pull requests

1 participant