package
1.0.22
Repository: https://github.com/numberman1/common.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

Deserialize 对应Serialize的数据进行反序列化.
GetBKDRHash 这个算法来自Brian Kernighan 和 Dennis Ritchie的 The C Programming Language。 这是一个很简单的哈希算法,使用了一系列奇怪的数字,形式如31,3131,31...31, 看上去和DJB算法很相似.
GetDJBHash DJB 这个算法是Daniel J.Bernstein 教授发明的,是目前公布的最有效的哈希函数。.
GetSDBMHash SDBM 这个算法在开源的SDBM中使用,似乎对很多不同类型的数据都能得到不错的分布.
Serialize 接受uint8,uint16,uint32,uint,uint64 int8,int16,int,int32,int64,float32,float64,bool,string.
No description provided by the author
No description provided by the author