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

Implement ULID function #36536

Closed
nstrappazzonc opened this issue Apr 22, 2022 · 3 comments · Fixed by #44662
Closed

Implement ULID function #36536

nstrappazzonc opened this issue Apr 22, 2022 · 3 comments · Fixed by #44662
Assignees
Labels
easy task Good for first contributors feature

Comments

@nstrappazzonc
Copy link

Use case

Implement ULID (Universally Unique Lexicographically Sortable Identifier) this a new way to create unique identify, and many projects adopting this algorithm.

Please check this follow projects:

@pdomitor
Copy link

Thumbs up. Really looking forward this feature.

@alexey-milovidov alexey-milovidov added the easy task Good for first contributors label Oct 20, 2022
@lingtaolf
Copy link
Contributor

Let me have a try.

@UnamedRus
Copy link
Contributor

BTW, why ULID use 26 bytes for storage, it's not efficient.

It should be able to pack it in 16 bytes like UUID

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy task Good for first contributors feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants