pool

package
v0.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 13, 2020 License: BSD-3-Clause Imports: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Pooler

type Pooler interface {
	// Get a bmt Hasher instance.
	// Instances are reset before being returned to the caller.
	Get() *bmtlegacy.Hasher
	// Put a bmt Hasher back into the pool
	Put(*bmtlegacy.Hasher)
	// Size of the pool.
	Size() int
}

Pooler pools bmt Hashers. It provides the ability for the number of hashers to grow according to demand, but will shrink once the minimum defined hashers are put back into the pool.

func New

func New(minPool, branches int) Pooler

New returns a new HasherPool.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL