o
odinpkg.dev
packages / library / odin-ulid

odin-ulid

6d31c50library

No description provided.

MIT · updated 12 months ago

ULID implementation in Odin.

ULID is stored as a u128, which is offered by Odin as a basic type. Nice! Life would be great if we could stay in the world of u128 the entire time. We need to represent the ULID as a Crockford base 32 encoded string, which then puts us in the world of memory management, because one has to decide where to store those strings.