uuid7-csharp

UUIDv7 for C#. Time-ordered UUIDs with up to 50ns resolution and 48 bits of randomness. (by stevesimmons)

Uuid7-csharp Alternatives

Similar projects and alternatives to uuid7-csharp

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better uuid7-csharp alternative or higher similarity.

uuid7-csharp reviews and mentions

Posts with mentions or reviews of uuid7-csharp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-22.
  • Understanding and avoiding visually ambiguous characters in IDs
    6 projects | news.ycombinator.com | 22 Apr 2024
    3. IDs don't use L and O because those can be confused for other characters

    I've found it very handy in my travels.

    [1] https://github.com/stevesimmons/uuid7-csharp?tab=readme-ov-f...

  • Understanding UUIDs, ULIDs and String Representations
    6 projects | news.ycombinator.com | 4 Jan 2022
    To summarise the differences:

    * UUIDv6 - sortable, with a layout matching UUIDv1 for backward compatibility, except the time chunks have been reordered so the uuid sorts chronologically

    * UUIDv7 - sortable, based on nanoseconds since the Unix epoch. Simpler layout than UUIDv6 and more flexibility about the number of bits allocated to the time part versus sequence and randomness. The nice aspect here is the uuids sort chronologically even when created by systems using different numbers of time bits.

    * UUIDv8 - more flexibility for layout. Should only be used if UUIDv6/7 aren't suitable. Which of course makes them specific to that one application which knows how to encode/decode them.

    UUIDv7 is thus the better choice in general.

    (I recently wrote Python and C# implementations - https://github.com/stevesimmons/uuid7 and https://github.com/stevesimmons/uuid7-csharp)

Stats

Basic uuid7-csharp repo stats
2
35
0.0
10 months ago

The primary programming language of uuid7-csharp is C#.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com