|
|
|
|
|
by rekwah
1877 days ago
|
|
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. * https://github.com/ulid/spec * https://github.com/ahawker/ulid |
|