Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
5 years ago | |
|---|---|---|
| .. | ||
| .gitignore | 5 years ago | |
| LICENSE | 5 years ago | |
| Readme.md | 5 years ago | |
| adler32.go | 5 years ago | |
Port of adler32 checksum function as described here: https://www.ietf.org/rfc/rfc1950.txt to Go.
adler32.Checksum([]byte("Hello World"))
$ go test
PASS
ok github.com/sent-hil/adler32 2.429s
$ go test -bench=.
# This library is slightly faster than the one in standard library.
$ go test -bench=.
BenchmarkThis-4 10000 230169 ns/op
BenchmarkStdLib-4 10000 190834 ns/op
PASS
ok github.com/sent-hil/adler32 6.554s
类似 Grafana 可接入多种数据源,Grafana 擅长可视化,夜莺擅长告警管理
Go SQL Text Python PLSQL other