Documentation
¶
Overview ¶
Package strategy provides benchmark strategy
Package strategy provides benchmark strategy ¶
Package strategy provides benchmark strategy ¶
Package strategy provides benchmark strategy ¶
Package strategy provides benchmark strategy ¶
Package strategy provides benchmark strategy ¶
Package strategy provides benchmark strategy ¶
Package strategy provides benchmark strategy ¶
Package strategy provides benchmark strategy ¶
Package strategy provides benchmark strategy
Index ¶
- func NewBulkInsert(opts ...StrategyOption) benchmark.Strategy
- func NewBulkInsertCommit(poolSize uint32, opts ...StrategyOption) benchmark.Strategy
- func NewGetVector(opts ...StrategyOption) benchmark.Strategy
- func NewInsert(opts ...StrategyOption) benchmark.Strategy
- func NewInsertCommit(poolSize uint32, opts ...StrategyOption) benchmark.Strategy
- func NewRemove(opts ...StrategyOption) benchmark.Strategy
- func NewSearch(size int, epsilon, radius float32, opts ...StrategyOption) benchmark.Strategy
- type StrategyOption
- func WithCore32(...) StrategyOption
- func WithCore64(...) StrategyOption
- func WithParallel() StrategyOption
- func WithPreProp32(...) StrategyOption
- func WithPreProp64(...) StrategyOption
- func WithProp32(...) StrategyOption
- func WithProp64(...) StrategyOption
- func WithPropName(str string) StrategyOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBulkInsert ¶
func NewBulkInsert(opts ...StrategyOption) benchmark.Strategy
func NewBulkInsertCommit ¶
func NewBulkInsertCommit(poolSize uint32, opts ...StrategyOption) benchmark.Strategy
func NewGetVector ¶
func NewGetVector(opts ...StrategyOption) benchmark.Strategy
func NewInsert ¶
func NewInsert(opts ...StrategyOption) benchmark.Strategy
func NewInsertCommit ¶
func NewInsertCommit(poolSize uint32, opts ...StrategyOption) benchmark.Strategy
func NewRemove ¶
func NewRemove(opts ...StrategyOption) benchmark.Strategy
Types ¶
type StrategyOption ¶
type StrategyOption func(*strategy) error
func WithCore32 ¶
func WithCore64 ¶
func WithParallel ¶
func WithParallel() StrategyOption
func WithPreProp32 ¶
func WithPreProp64 ¶
func WithProp32 ¶
func WithProp64 ¶
func WithPropName ¶
func WithPropName(str string) StrategyOption
Click to show internal directories.
Click to hide internal directories.