Skip to content

Enderlook.Pools/v0.1.1

Compare
Choose a tag to compare
@Enderlook Enderlook released this 23 May 12:41
· 81 commits to main since this release
  • Fix documentation
  • Specify that ObjectPool<T>.ApproximateCount() must return -1 if the operation is not supported.
  • Specify that ObjectPool<T>.Return(T obj) must never fail silently if obj is null.
  • Fix DynamicObjectPool<T> not auto-trimming.
  • Fix ThreadLocalOverPerLockedStacksObjectPool<T>.Rent() (implementation behind ObjectPool<T>.Shared.Rent()) throwing when getting elements from global reserve.