1
0
mirror of synced 2025-11-06 03:20:55 +08:00
2021-04-04 13:26:08 +08:00
2021-04-03 13:02:43 +08:00
2021-04-04 02:15:42 +08:00
2021-04-03 17:20:01 +08:00
2021-04-04 02:02:06 +08:00
2021-04-03 13:02:43 +08:00
2021-04-03 13:02:43 +08:00
2021-04-04 13:23:52 +08:00
2021-04-01 13:29:57 +08:00
2021-04-02 22:24:26 +08:00
2021-03-11 15:49:33 +08:00
2021-03-11 15:50:16 +08:00
2021-04-04 13:26:08 +08:00

idgenerator

Description

用一种全新的雪花漂移算法让ID更短、生成速度更快0.1秒可生成50万个ID。

Software Architecture

Software architecture description

Installation

  1. xxxx
  2. xxxx
  3. xxxx

Instructions

  1. xxxx
  2. xxxx
  3. xxxx

Contribution

  1. Fork the repository
  2. Create Feat_xxx branch
  3. Commit your code
  4. Create Pull Request

Gitee Feature

  1. You can use Readme_XXX.md to support different languages, such as Readme_en.md, Readme_zh.md
  2. Gitee blog blog.gitee.com
  3. Explore open source project https://gitee.com/explore
  4. The most valuable open source project GVP
  5. The manual of Gitee https://gitee.com/help
  6. The most popular members https://gitee.com/gitee-stars/
Description
💎迄今为止最全面的分布式主键ID生成器。 💎优化的雪花算法(SnowFlake)——雪花漂移算法,在缩短ID长度的同时,具备极高瞬时并发处理能力(50W/0.1s)。 💎原生支持 C#/Java/Go/Rust/C/SQL 等多语言,且提供 PHP 扩展及 Python、Node.js、Ruby 多线程安全调用动态库(FFI)。💎支持容器环境自动扩容(自动注册 WorkerId ),单机或分布式唯一IdGenerator。
Readme MIT 8.6 MiB
Languages
C 15.7%
C# 13.2%
Pascal 11%
Go 10.2%
D 8.8%
Other 41.1%