Categories: None [Edit]

snow_flake

https://rubygems.org/gems/snow_flake
This is a gem can generate ID using SnowFlake. The advantage of SnowFlake is that it is sorted by time increment on the whole, and there is no ID collision (distinguished by data center ID and machine ID) in the whole distributed system, and it is more efficient. After testing, SnowFlake can generate about 260,000 IDs per second

Total

Ranking: 169,882 of 180,518
Downloads: 1,939

Daily

Ranking: 64,836 of 180,507
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,084,411,274bundler
16856,302,234rake
23769,240,345rspec

Owners

#GravatarHandle
1iconliuxiangping