Easy to use and super fast C# implementation of Twitter's Snowflake to generate sequential 8 byte unique identifiers.
Info
Version: | 1.0.4 |
Author(s): | Xiaobo LI |
Last Update: | Tuesday, November 24, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.aooshi.org/link?n=Aooshi.SnowFlake |
NuGet Url: | https://www.nuget.org/packages/Aooshi.SnowFlake |
Install
Install-Package Aooshi.SnowFlake
dotnet add package Aooshi.SnowFlake
paket add Aooshi.SnowFlake
Aooshi.SnowFlake Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)