8000 GitHub - xiaovcn/IdWorker: C# 版本的 Twitter-Snowflake 64位自增ID
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

xiaovcn/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

No packages published

Languages

  • C# 100.0%
0