Skip to content

SimpleDays/IdWorker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

IdWorker

C# 版本的 Twitter-Snowflake 64位自增ID

该版本是从Java版本翻译过来。

  IdWorker idWorker = new IdWorker(1);
  long id = idWorker.NextId();

About

C# 版本的 Twitter-Snowflake 64位自增ID

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages