Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CHD ¶
CHD hash table lookup.
type CHDBuilder ¶
type CHDBuilder struct {
// contains filtered or unexported fields
}
Build a new CDH MPH.
func Uvarint64Builder ¶
func Uvarint64Builder(size int) *CHDBuilder
func (*CHDBuilder) Add ¶
func (b *CHDBuilder) Add(key []byte, value []byte)
Add a key and value to the hash table.
func (*CHDBuilder) AddUvarint64 ¶
func (b *CHDBuilder) AddUvarint64(key []byte, value uint64)
AddUvarint64 a key and value to the hash table.
func (*CHDBuilder) Build ¶
func (b *CHDBuilder) Build() (*CHD, error)
Click to show internal directories.
Click to hide internal directories.