package
Version:
v1.0.4
Opens a new window with list of versions in this module.
Published: Sep 27, 2023
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
snowflake
在goSnowFlake基础上封装库。
安装
go get -u gitee.com/jianguosun_admin/common_pkg/snowflake
使用示例
// 初始化
snowflake.Init(1)
// 生成id
id := snowflake.NewID()
生产id性能测试
os: windows
goarch: amd64
cpu: Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz
BenchmarkNewID-12 47746561 24.72 ns/op 0 B/op 0 allocs/op
PASS
ok command-line-arguments 1.261s
Documentation
¶
IDWorker Struct
NewIDWorker Func: Generate NewIdWorker with Given workerId
Source Files
¶
Click to show internal directories.
Click to hide internal directories.