https://github.com/alphasnow/go-utils
https://github.com/alphasnow/go-utils
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/alphasnow/go-utils
- Owner: alphasnow
- Created: 2022-06-21T07:33:06.000Z (almost 4 years ago)
- Default Branch: 0.x
- Last Pushed: 2022-08-19T01:13:24.000Z (almost 4 years ago)
- Last Synced: 2025-01-04T18:17:09.168Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-utils
## Benchmark 说明
```
goos: windows
goarch: amd64
pkg: github.com/alphasnow/go-utils/encode
cpu: Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz
BenchmarkMd5
BenchmarkMd5-12 7277185 161.8 ns/op
PASS
```
- BenchmarkMd5-12: 12核的CPU
- 7277185: 一秒内的函数执行次数
- 161.8 ns/op: 函数每次执行的耗时