Browse Source

auto commit

tags/v1.2
yitter 4 years ago
parent
commit
7060645e67
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -247,7 +247,7 @@ extern GoInt32 Validate(GoInt32 workerId);
## 为什么不用大厂的?
❄ 首先,大厂们不但自己用雪花ID,而且还开源:[百度][81] | [美团][82] | [滴滴][83] | [Sony][84] | [雪花ID鼻祖-推特][80]。
❄ 然而,大厂的雪花算法分为“经典算法”和“号段算法”两种,其中“号段算法”依赖网络或外部存储系统,不适合“非大厂”,且存在无法反应业务时序的缺点。
❄ 至于其“经典算法”,在“ID长度和生成性能”方面,未做过优化,而这正式本算法——雪花漂移算法的核心所在。
❄ 至于其“经典算法”,在“ID长度和生成性能”方面,未做过优化,而这正式本算法——雪花漂移算法的核心所在。 (`>>`).
[1]: https://github.com/yitter/idgenerator/tree/master/C%23.NET


Loading…
Cancel
Save