You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ULIDs are a base32 encoded variant of UUIDs (incompatible with them) which can be lexicographically sorted based on time of creation. The best C implementation I've found is this https://github.com/skeeto/ulid-c
It can be useful to have them in Zenroom and it will mean to also implement base32 encoding/decoding.