Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReduceFunction ¶
type Reducer ¶
type Reducer struct {
// contains filtered or unexported fields
}
Reducer is a struct that handles the reduction of memory size
func NewReducer ¶
func NewReducer(reduceLimit int, handle ReduceFunction) *Reducer
func (*Reducer) SetReduceFunction ¶
func (r *Reducer) SetReduceFunction(handle ReduceFunction)
Click to show internal directories.
Click to hide internal directories.