idgenerator-thin 0.2.0

Shorter ID and faster generation with a new snowflake drift algorithm. The core is to shorten the ID length, but also can have a very high instantaneous concurrent processing capacity (50W/0.1s), and powerful configuration capacity.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.chrono]
version = "^0.4.31"

[package]
authors = ["yitter <yitter@126.com>"]
description = "Shorter ID and faster generation with a new snowflake drift algorithm. The core is to shorten the ID length, but also can have a very high instantaneous concurrent processing capacity (50W/0.1s), and powerful configuration capacity."
edition = "2021"
homepage = "https://github.com/t1000ln/idgenerator-thin"
keywords = ["snowflake", "idgenerator"]
license = "MIT"
name = "idgenerator-thin"
readme = "README.md"
repository = "https://github.com/t1000ln/idgenerator-thin"
version = "0.2.0"