Closed
Description
openedon Nov 15, 2019
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:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment