mirror of
https://github.com/sony/sonyflake.git
synced 2026-09-20 13:24:13 +00:00
Update README.md
This commit is contained in:
@@ -9,7 +9,7 @@ Sonyflake
|
|||||||
Sonyflake is a distributed unique ID generator inspired by [Twitter's Snowflake](https://blog.twitter.com/2010/announcing-snowflake).
|
Sonyflake is a distributed unique ID generator inspired by [Twitter's Snowflake](https://blog.twitter.com/2010/announcing-snowflake).
|
||||||
|
|
||||||
Sonyflake focuses on lifetime and performance on many host/core environment.
|
Sonyflake focuses on lifetime and performance on many host/core environment.
|
||||||
So it has a different bit assignment from Snowflake.
|
So it has a different bit assignment from Snowflake.
|
||||||
A Sonyflake ID is composed of
|
A Sonyflake ID is composed of
|
||||||
|
|
||||||
39 bits for time in units of 10 msec
|
39 bits for time in units of 10 msec
|
||||||
|
|||||||
Reference in New Issue
Block a user