Browse Source

auto commit

tags/v1.0.0
zhouzj 3 years ago
parent
commit
42314ee7bd
3 changed files with 11 additions and 1 deletions
  1. +1
    -1
      README.md
  2. +4
    -0
      Vlang/README.md
  3. +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

Loading…
Cancel
Save