ulid
ksuid
Our great sponsors
ulid | ksuid | |
---|---|---|
3 | 2 | |
335 | 41 | |
- | - | |
0.0 | 0.0 | |
10 months ago | 7 months ago | |
Python | Java | |
Apache License 2.0 | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ulid
-
New UUID Formats from IETF
As the author of a popular ULID implementation in python[1], the spec has no stewardship anymore. The specification repo[2] has plenty of open issues and no real guidance or communication beyond language implementation authors discussing corner cases. The monotonic functionality is ambiguous (at best) and is implemented differently per-languages [3].
Functionality, UUIDv7 might be the _same_ but the hope would be for a more rigid specification for interoperability.
[1]: https://github.com/ahawker/ulid
-
Sortable Collision-Free UUIDs
Looks similar to ULID[0] (I am the author of a popular python implementation[1]).
It appears to have a similar constraint that two ID's generated within the same timestamp (ms, ns) have no strong guarantee of ordering. That might not be a deal breaker depending on your use case but something to consider.
- Usando ULIDs para criar ordem em dados não ordenados
ksuid
-
ksuid VS ksuid-creator - a user suggested alternative
2 projects | 26 Sep 2021
-
Sortable Collision-Free UUIDs
I started looking into TSID/KSUID/ULID in order to support cursor based pagination schemes in GraphQL against non-integer based unique id fields (such as uuids or unique string ids).
A couple of notable Java libs:
https://github.com/f4b6a3/ulid-creator
What are some alternatives?
ksuid - K-Sortable Globally Unique IDs
UUID - A PHP library for generating universally unique identifiers (UUIDs).
python-ulid - ULID implementation for Python
uuid - Generate RFC-compliant UUIDs in JavaScript
essential-generators - Dead Simple Document Generation
xeger - Library to generate random strings from regular expressions.
EXREX - Irregular methods on regular expressions
marc - ⛓ marc is a small, but flexible Markov chain generator
spec - The canonical spec for ulid