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: 176,697 of 191,816
Downloads: 2,213

Daily

Ranking: 143,842 of 191,796
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,322,071,832bundler
81,284,528,619rake
29968,366,586rspec

Owners

#GravatarHandle
1iconliuxiangping