2487 shaares
83 private links
83 private links
Advantages of ULID:
- lexicographically sortable (though always treat your uuids as ints/bigints!, see https://read.martyoeh.me/view/906)
- canonically 26char string instead of 36 for uuid
- case insensitive
- url-safe
- 1.21e+24 (unique) ULIDs per millisecond :O