Skip to content

A distribute ID generator, it comes from snowflake but made some changes.

License

Notifications You must be signed in to change notification settings

UnderTreeTech/guid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GUID

A Distribute ID gnerator, it comes from snowflake but made some changes.

GUID comes from snowflake but made some changes:

  • 39bits timestamp, pump id for about 10yeas; 12bits sequences, generate 4096 sequence per Millisecond;12bits workerid, can deploy 4096 servers; highest 1bit reserve;
  • workerid in high position in order to make id global increment;
  • in order to make id be more hashed, random sequence from [0,10) where millisecond change,not set sequence to 0.

About

A distribute ID generator, it comes from snowflake but made some changes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages