Documentation
¶
Index ¶
Constants ¶
View Source
const ( // // PoolSize = 8 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsyncHasher ¶
type AsyncHasher struct { *Hasher // // contains filtered or unexported fields }
func (*AsyncHasher) SectionSize ¶
func (sw *AsyncHasher) SectionSize() int
func (*AsyncHasher) Write ¶
func (sw *AsyncHasher) Write(i int, section []byte)
type BaseHasherFunc ¶
type Hasher ¶
type Hasher struct {
// contains filtered or unexported fields
}
func (*Hasher) NewAsyncWriter ¶
func (h *Hasher) NewAsyncWriter(double bool) *AsyncHasher
func (*Hasher) ResetWithLength ¶
type RefHasher ¶
type RefHasher struct {
// contains filtered or unexported fields
}
func NewRefHasher ¶
func NewRefHasher(hasher BaseHasherFunc, count int) *RefHasher
type SectionWriter ¶
Click to show internal directories.
Click to hide internal directories.