1
0
mirror of synced 2026-02-26 14:58:06 +08:00

auto commit

This commit is contained in:
yitter
2021-04-09 22:01:17 +08:00
parent e5de1d085e
commit 6481f451fb

View File

@@ -233,7 +233,7 @@ extern __declspec(dllexport) GoInt32 Validate(GoInt32 workerId);
## 为什么不用大厂的?
❄ 首先大厂们不但自己用雪花ID而且开源[百度][81] | [美团][82] | [滴滴][83] | [雪花ID鼻祖-推特][80]。
❄ 首先大厂们不但自己用雪花ID而且开源:[百度][81] | [美团][82] | [滴滴][83] | [雪花ID鼻祖-推特][80]。
❄ 然而,大厂的雪花算法分为“经典算法”和“号段算法”两种,其中“号段算法”依赖网络或外部存储系统,不适合“非大厂”。