Skip to content

Enderlook.Pools/v0.2.3

Compare
Choose a tag to compare
@Enderlook Enderlook released this 13 Jul 13:31
· 54 commits to main since this release
  • Improve documentation.
  • Fix documentation typos.
  • Fix error when using value types without parameterless constructor.
  • Reduce memory consumption of DynamicValueObjectPool<T>.
  • Minimal performance improvements.
  • Tweak exception message thrown when a public parameterless constructor is not found for reference types and no factory was provided.
  • Fix trimming not preserving public parameterless constructors of types used in pools.
  • Fix ObjectPool<T>.Shared throwing when T is a value type.