Closed
Description
There are 2 places we are using BufferBlock<T>
today:
machinelearning/src/Microsoft.ML.Data/Transforms/RowShufflingTransformer.cs
Lines 486 to 487 in b7db4fa
We should consider replacing this dependency with https://www.nuget.org/packages/System.Threading.Channels/ instead. Channels are a bit simpler, and more performant than BufferBlock.
See: