💎多语言实现,高性能生成唯一数字ID。 💎优化的雪花算法(SnowFlake)——雪花漂移算法,在缩短ID长度的同时,具备极高瞬时并发处理能力(50W/0.1s)。 💎原生支持 C#/Java/Go/Rust/C/JavaScript/TypeScript/Python/Pascal 多语言,提供其它适用于其它语言的多线程安全调用动态库(FFI)。💎支持容器环境自动扩容(自动注册 Work...
Twitter Snowflake-alike ID generator for .Net
翻译 - 适用于.Net的Twitter类似雪花ID生成器
Camellia provide easy-to-use server toolkits, such as: redis proxy、delay queue、id gen、hot key and more
Universal, flexible, high-performance distributed ID generator. | 通用、灵活、高性能的分布式 ID 生成器
#算法刷题#idworker 是一个基于zookeeper和snowflake算法的分布式ID生成工具,通过zookeeper自动注册机器(最多1024台),无需手动指定workerId和datacenterId
Elixir port of NanoID, a secure and URL-friendly unique ID generator. https://hex.pm/packages/nanoid
Java tools, helper, common utilities. A replacement of guava, apache-commons, hutool
This package will give random string based on the options provide
Reliable unique ID generation for distributed applications.
Reliable unique ID generation for distributed applications.
Distributed understandable unique id generator with high performance and not depends on seeds like snowflake.
Distributed understandable unique id generator with high performance and not depends on seeds like snowflake.
A decentralized, unique, time based ID generator.
A decentralized, unique, time based ID generator.
golang实现的分布式唯一ID生成器distributed id generator,有全局趋势递增、严防时钟漂移、高可用、高性能等特点
[go] ID Generator id生成器 分布式id生成系统,简单易用、高性能、高可用的id生成系统
[go] ID Generator id生成器 分布式id生成系统,简单易用、高性能、高可用的id生成系统
#算法刷题#Using zookeeper to allocate work id for snowflake algorithm