Skip to content

Implement ULID creation and decoding #1066

@jaromil

Description

@jaromil

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions