Skip to content

Span and Memory Support

Compare
Choose a tag to compare
@faustodavid faustodavid released this 18 Jan 21:26
af148f8

Changelog:
* Improve performance of ValueListPool by removing buffer checks. Now is required to avoid parameterless constructor for ValueListPool.
* Add support for span and memory
* Add method AddRange

  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.