Skip to content

2.11.1

Compare
Choose a tag to compare
@electricessence electricessence released this 04 Jul 18:43
· 106 commits to master since this release
  • Introduced LazyListUnsafe<T> and extension .MemoizeUnsafe<T>() as an option to avoid incurring contention costs.
  • Added Span<T> CopyToSpan<T>(this IEnumerable<T> source, Span<T> target) extension.
  • Added Span<T> CopyTo<T>(Span<T> target) methods where possible.
  • Added more documentation where missing.