optimisation

package
v0.1.0-rc.4 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dedupe

type Dedupe[K comparable, P float32 | float64] struct{}

func (*Dedupe[K, P]) Optimise

func (d *Dedupe[K, P]) Optimise(q query.Query[K, P]) query.Query[K, P]

type Optimisation

type Optimisation[K comparable, P float32 | float64] interface {
	Optimise(q query.Query[K, P]) query.Query[K, P]
}

type Pipeline

type Pipeline[K comparable, P float32 | float64] struct {
	// contains filtered or unexported fields
}

func NewPipeline

func NewPipeline[K comparable, P float32 | float64]() *Pipeline[K, P]

func (*Pipeline[K, P]) Optimise

func (d *Pipeline[K, P]) Optimise(q query.Query[K, P]) query.Query[K, P]

Jump to

Keyboard shortcuts

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