package
module
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Sep 4, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
README
¶
Documentation
¶
type Mass[T any] struct {
}
Mass maintains a pool of objects to avoid excessive number of heap allocations.
func (m *Mass[T]) New() *T
New returns new object from the pool.
NewSlice returns new slice of objects from the pool.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.