SnowFlake
SnowFlake copied to clipboard
id in binary is 60 bits in length, not 64
My generated snowflake id is like 541575807856234496. its binary is 11110000100000100000101001111101110001101110101000000000000 which is 60 bits. i think it should be 64 in length. What's wrong?
leftmost zeros is ignored