An open API service indexing awesome lists of open source software.

https://github.com/stevejgordon/SequenceReaderSample

Short sample of using SequenceReader for a ReadOnlySequence returned from Pipelines. This sample parses some comma separated items from a Stream of UTF8 bytes. Note: This sample omits some potential performance optimisations for single segment sequences in the interest of demonstrating the use of the SequenceReader.
https://github.com/stevejgordon/SequenceReaderSample

csharp dotnet readonlysequence sequencereader

Last synced: about 1 year ago
JSON representation

Short sample of using SequenceReader for a ReadOnlySequence returned from Pipelines. This sample parses some comma separated items from a Stream of UTF8 bytes. Note: This sample omits some potential performance optimisations for single segment sequences in the interest of demonstrating the use of the SequenceReader.

Awesome Lists containing this project