Ecosyste.ms: Awesome
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: 7 days 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.
- Host: GitHub
- URL: https://github.com/stevejgordon/sequencereadersample
- Owner: stevejgordon
- Created: 2019-09-03T19:08:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-05T11:19:34.000Z (about 5 years ago)
- Last Synced: 2024-11-09T03:53:18.100Z (12 days ago)
- Topics: csharp, dotnet, readonlysequence, sequencereader
- Language: C#
- Homepage:
- Size: 5.86 KB
- Stars: 18
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.[Link to the Blog Post Describing this Sample](https://www.stevejgordon.co.uk/?p=1830)