Skip to content

v1.0.1

Choose a tag to compare

@ysemenenko ysemenenko released this 07 Apr 15:55

ExternalSorting.Core v1.0.1

NuGet package for k-way external merge sort in .NET 8.

Install

dotnet add package ExternalSorting.Core --version 1.0.1

What's included

  • Generic IExternalSorter<T> — plug in any record type, comparer, and serializer
  • Binary min-heap k-way merge — O(N log K)
  • Memory-adaptive chunking, progress reporting, cancellation support