Sign in Sign up
pub

snowflaker

Twitter's snowflaker algorithm implementation in Dart. The Snowflake algorithm is a unique ID generator that was originally developed by Twitter. The algorithm generates 64-bit IDs that are composed of a timestamp, a worker ID, and a sequence number.

pub View on Pub

Activity

Latest release
3y ago
Total releases
4
Cadence
~daily
Last 12 months
0

Details

First release
Jun 08, 2023
Releases
Version Released
1.1.0 minor
1.0.3 patch
1.0.2 patch
1.0.0 initial