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
auto commit
tags/v1.0.0
zhouzj
3 years ago
parent
f4955a7ba4
commit
42314ee7bd
3 changed files
with
11 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README.md
+4
-0
Vlang/README.md
+6
-0
auto_download.bat
+ 1
- 1
README.md
View File
@@ -3,7 +3,7 @@
## 介绍
用一种全新的雪花漂移算法,让ID更短、生成速度更快。
核心在于缩短ID长度的同时,还能拥有极高瞬时并发处理量(50W/0.1s)。
顶尖优化,超强效能(位数更短,速度更快),全新 SnowFlake 算法,支持 C#/Java/Go/C/PHP 等语言。
顶尖优化,超强效能(位数更短,速度更快),全新 SnowFlake 算法,支持 C#/Java/Go/
Rust/
C/PHP 等语言。
## 需求来源
+ 4
- 0
Vlang/README.md
View File
@@ -0,0 +1,4 @@
# idgenerator
这是由爱好者提供的 Vlang 翻译源码。Vlang 目前处于发展期,在编译、运行等方面
+ 6
- 0
auto_download.bat
View File
@@ -0,0 +1,6 @@
@echo off
git pull
@rem @pause
Write
Preview
Loading…
Cancel
Save