stevejgordon / SequenceReaderSampleLinks
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 6 years ago
Alternatives and similar repositories for SequenceReaderSample
Users that are interested in SequenceReaderSample are comparing it to the libraries listed below
Sorting:
- A C# library for generating high entropy passwords similar to 1Password☆56Updated last year
- A library designed to help generating codes / confirmation strings☆46Updated 6 years ago
- Spectre.IO is a .NET library containing cross-platform abstractions and implementations for file system I/O.☆56Updated last week
- Exploring Span<T> and System.IO.Pipelines☆16Updated 3 years ago
- Library for using scopes with Microsoft.Extensions.Logging.☆19Updated 2 months ago
- A reader for Serilog's compact JSON format☆33Updated 10 months ago
- A .NET library that helps you protect your NuGet packages with commercial licenses.☆87Updated 3 weeks ago
- A playground for source generation ideas for asp.net core☆18Updated 2 years ago
- Unit Testing with Local Functions☆29Updated 5 months ago
- System.Threading.RateLimiting implementation backed by Orleans☆47Updated 3 years ago
- C# implementation of the specification pattern☆24Updated 4 years ago
- Making XUnit.NET test projects even better☆23Updated 3 years ago
- A library that automatically adds support for object deconstruction in C#.☆42Updated last month
- A pub sub implementation built on top of orleans grains