Skip to content

Instantly share code, notes, and snippets.

View ZirconXi's full-sized avatar
:octocat:
On vacation

Zircon ZirconXi

:octocat:
On vacation
  • Earth
  • 04:26 (UTC +08:00)
View GitHub Profile
@ZirconXi
ZirconXi / snowflake.py
Created February 24, 2020 13:16
Snowflake 算法实现
"""
twitter Snowflake implement
"""
import threading
import time
def get_now_timestamp() -> int:
""" 获取当前时间戳