# Functions
Alloc allocates a pooled object.
CreatePool create pool instance.
DefaultOptions default options.
Free free a pooled object.
No description provided by the author
# 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.