package
1.2.3
Repository: https://github.com/matrixorigin/matrixone.git
Documentation: pkg.go.dev

# Functions

Alloc allocates a pooled object.
CreatePool create pool instance.
DefaultOptions default options.
Free free a pooled object.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

Options options to create object pool.

# Interfaces

Pool is a pool of temporary objects, designed to reduce the creation of temporary objects to reduce GC pressure.
ReusableObject all reusable objects must implements this interface.

# Type aliases

SPI choose pool implementation.