This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
idgenerator
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
6
Wiki
Activity
Issues
5
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
edit
tags/v1.0.0
zhouzj
4 years ago
parent
a8fc0aec57
commit
35e4c5f8e0
1 changed files
with
6 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-4
README.md
+ 6
- 4
README.md
View File
@@ -4,9 +4,6 @@
用一种全新的雪花漂移算法,让ID更短、生成速度更快。
核心在于缩短ID长度的同时,还能保持每毫秒并发处理量(50W/0.1s),且能保持伸缩能力。
支持QQ群:646049993
## 功能说明
1.ID更短,是传统算法的几倍,用50年都不会超过js(Number)的最大值。(默认配置WorkerId是6bit,自增数是6bit)
@@ -39,7 +36,7 @@
3.极致性能:500W/1s。
4.
以上测试数据均基于8代
i7计算。
4.
所有测试数据均基于8代低压
i7计算。
## 适用范围
@@ -137,3 +134,8 @@ public class IdGeneratorOptions
/// </summary>
public int TopOverCostCount { get; set; } = 2000;
```
##技术支持
QQ群:646049993
Write
Preview
Loading…
Cancel
Save