Replies: 1 comment 1 reply
-
Hi @rbygrave This is a bit difficult to understand:
so in total, only 10 bytes of 16 are used. The code is correct, but it was a bit hard to follow the code path (maybe all methods should have an offset parameter?) Next question: Should we use Roland |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/ebean-orm/ebean-uuidv7
This is derived work from https://github.com/cowtowncoder/java-uuid-generator ... but specifically removes the support for monotonically increasing values (as that then requires the generator to be stateful and include locking etc).
That is, this derived work removes that to become stateless and lock free (and minimal, V7 UUID generation only).
Please review and comment etc.
Thanks, Rob.
Beta Was this translation helpful? Give feedback.
All reactions