#development #dotnet #elixir #golang #java #javascript #kotlin #php #python #reading-list #rust

🔗 UUIDv7 in 31 languages
antonz.org

UUIDv7 is a 128-bit unique identifier like it's older siblings, such as the widely used UUIDv4. But unlike v4, UUIDv7 is time-sortable with 1 ms precision. By combining the timestamp and the random parts, UUIDv7 becomes an excellent choice for record identifiers in databases, including distributed ones.

Let's briefly explore the UUIDv7 structure and move on to the zero-dependency implementations in 31 languages (as ranked by the Stack Overflow survey).

continue reading on antonz.org

⚠️ This post links to an external website. ⚠️