Replies: 1 comment
-
Taken into consideration as a part of #255 . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Length Property:
This proposal suggests adding support for the Length property to the SparseStream class. This would provide a way to retrieve the total length of the stream.
Potential benefits:
Potential drawbacks:
New way to create:
The second proposal implies the possibility of creating a SparseStream instance not only using Combine, but also as an extension method of ReadOnlySpan/IEnumerable, which will simplify the creation of combined streams from a set of streams and avoid awkward constructions like:
Beta Was this translation helpful? Give feedback.
All reactions