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
2f7a9fa2fe
commit
555ccb2832
1 changed files
with
12 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-2
README.md
+ 12
- 2
README.md
View File
@@ -2,6 +2,7 @@
#### 介绍
用一种全新的雪花漂移算法,让ID更短、生成速度更快。
核心在于缩短ID长度的同时,还能保持每毫秒并发处理量(50W/0.1s),且能保持伸缩能力。
支持QQ群:646049993
@@ -16,7 +17,16 @@
4.支持手工插入新ID。
5.
在算法漂移时,可抛出事件
。
5.
漂移时能对外异步发消息
。
6.目前是C#版,很快会出java、php等版本。
6.不依赖任何外部缓存和数据库。
7.目前是C#版,很快会出java、php等版本。
#### 文件说明:
1.SnowWorkerM1.cs 是雪花漂移算法。
2.SnowWorkerM2.cs 是传统雪花算法。
Write
Preview
Loading…
Cancel
Save