yitter / IdGenerator

💎多语言实现,高性能生成唯一数字ID。 💎优化的雪花算法(SnowFlake)——雪花漂移算法,在缩短ID长度的同时,具备极高瞬时并发处理能力(50W/0.1s)。 💎原生支持 C#/Java/Go/Rust/C/JavaScript/TypeScript/Python/Pascal 多语言,提供其它适用于其它语言的多线程安全调用动态库(FFI)。💎支持容器环境自动扩容(自动注册 WorkerId ),单机或分布式唯一IdGenerator。💎顶尖优化,超强效能。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maybe better to upload to Pypi / npm?

AuroraTea opened this issue · comments

目前的使用方式, 首先作为依赖管理起来不方便, 其次clone或者download一整个Git 仓库, 其中不是所需要的语言的代码占比太大了.


The way it is currently used, it is not easy to manage as a dependency, and people who use it have to clone or download a whole Git repository, which is too large for code in a language other than the one they need.

commented

Good idea