Skip to content
forked from zzh442856860/uuid

based on snowflake to generate uuid using c++ language

Notifications You must be signed in to change notification settings

SheldonXLD/uuid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##GUID (发音/'gwid) ###全局唯一标识符,是一种由算法生成的唯一标识,通常表示成32个16进制数字.

###twitter 采用了算法Snowflake,既解决了分布式快速生成唯一id的需求,也满足客户端请求的排序(消息几乎同时到达,他们的id很接近) ###此代码基于Snowflake算法,用C++语言实现uuid的生成.

About

based on snowflake to generate uuid using c++ language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%