Hacker News new | ask | show | jobs
by woile 1134 days ago
What about ulid as an alternative?
1 comments

The ULID spec encourages people to assume they can be sorted in create time order, but it does not handle clock skew. I wouldn’t use it except in a system that can rely on having a single monotonic clock, because I worry about things that are almost true.