1
0
mirror of synced 2026-04-19 06:48:39 +08:00

editreadme

This commit is contained in:
zhouzj
2021-03-12 01:12:28 +08:00
parent 9c7efd3eb3
commit d3c4124f12

View File

@@ -1,7 +1,7 @@
# IdGenerator
## 介绍
用一种全新的雪花漂移算法让ID更短、生成速度更快。
用一种全新的雪花漂移算法(以下简称本算法)让ID更短、生成速度更快。
核心在于缩短ID长度的同时还能保持极高并发处理量50W/0.1s),且具有很强配置能力。
## 需求来源