Easy to use and super fast C# implementation of Twitter's Snowflake to generate sequential 8 byte unique identifiers.
Info
Version: | 2.0.0 |
Author(s): | Michael Schuler |
Last Update: | Tuesday, February 12, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/UniqueIdGenerator |
Install
Install-Package UniqueIdGenerator
dotnet add package UniqueIdGenerator
paket add UniqueIdGenerator
UniqueIdGenerator Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)