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.
☆18Updated 5 years ago
Alternatives and similar repositories for SequenceReaderSample:
Users that are interested in SequenceReaderSample are comparing it to the libraries listed below
- A small sample which demostrates how System.Threading.Channels may be used in an .NET Core 3.0 Worker Service to support reading from a q…☆25Updated 5 years ago
- Benchmarks from my blog post "High-Performance Logging in .NET Core"☆30Updated 5 years ago
- A library designed to help generating codes / confirmation strings☆43Updated 5 years ago
- Distributed .NET with Microsoft Orleans, published by Packt☆22Updated 2 years ago
- A simple query language for Entity Framework Core.☆40Updated 6 years ago
- C# implementation of the specification pattern☆24Updated 3 years ago
- Useful set of collections, and extensions for collections with thread-safe read-write access options.☆20Updated last week
- A repo for demonstrating Reactive and Functional thoughts☆27Updated last year
- A .NET library for building query specifications.☆51Updated 2 months ago
- Useful C# extension methods and utilities. Sponsored by endjin.☆16Updated last week
- A pub sub implementation built on top of orleans grains☆36Updated 3 years ago
- A reloadable Serilog wrapper