Skip to content

Rename ListPoolValue to ValueListPool

Compare
Choose a tag to compare
@faustodavid faustodavid released this 03 Jan 00:14
44c69f2

Changelog:
* Rename ListPoolValue to ValueListPool

ListPool is the general use of the implementation. ValueListPool is the zero heap allocations implementation. Note, because it is a struct it is passed by value, not by reference.