Skip to content

Releases: faustodavid/ListPool

ListPool as ReferenceType and ListPoolValue as ValueType

31 Dec 16:12
1422aea
Compare
Choose a tag to compare

ListPool is now for the general use of the implementation and ListPoolValue for micro-optimizations in hot paths or inline usages with zero allocation.

ListPool as a reference type has just the allocation for the class itself regarding the size of the buffer.

ListPool supports serialization and deserialization without the buffer overhead.

ListPool and ListPoolValue are disposable.