Documentation ¶
Index ¶
Constants ¶
View Source
const ( //DefaultPrime 缺省使用73 -- 致敬谢耳朵最喜欢的素数 DefaultPrime uint64 = 73 )
Variables ¶
This section is empty.
Functions ¶
func SearchUInt64s ¶
SearchUInt64s search uint64 array index
Types ¶
type Bs ¶
type Bs interface { //ToBytes convert self to bytes ToBytes() []byte }
Bs an interface can convert self to bytes
type HitGroup ¶
type HitGroup interface { //Hit convert self to a specific uint64 value Hit() uint64 }
HitGroup an interface can convert self to a fixed uint64 which can target a group id
type ReMap ¶
type ReMap struct {
// contains filtered or unexported fields
}
ReMap remap meta info
func (*ReMap) SearchIndex ¶
SearchIndex search uint64 index
func (*ReMap) SimpleIndex ¶
SimpleIndex figure simple index
func (*ReMap) XHashIndex ¶
XHashIndex figure xhash index
Click to show internal directories.
Click to hide internal directories.