Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Index 十进制为 61,用于截取索引数 Index = 0b111101 // Shift 右移位数,为 Index 所占位数 Shift = 6 // DefaultAlphabet 默认对应进制数字符表,长度须为 62 DefaultAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Shorter ¶
Shorter murmur3 短地址映射器
func MustNewShorter ¶
MustNewShorter 新建 murmur3 短地址映射器
func NewShorter ¶
NewShorter 新建 murmur3 短地址映射器
Click to show internal directories.
Click to hide internal directories.