Top 20 NuGet span Packages

Fast, flexible, and version-tolerant serializer for .NET
Test kit for projects using Hagar
Support for serializing ISerializable types using Hagar
A platform-agnostic command parser and dispatcher.
.Net Library that aids in comparison and handling value ranges or time bounded periods. The aim of this library is to provide a base Range class with all possible methods that can be performed on a Range, but also extension methods that can be used to handle and compare lists of Ranges.
Newtonsoft.Json integration for Hagar
Code generation library for Hagar
Code generator for projects using Hagar with MSBuild
Fast, flexible, and version-tolerant serializer for .NET
This package includes high performance .NET Standard helpers such as: - Memory2D<T> and Span2D<T>: two types providing fast and allocation-free abstraction over 2D memory areas. - ArrayPoolBufferWriter<T>: an IBufferWriter<T> implementation using pooled arrays, which also supports IMemor...
Contains various parser optimized for speed and no allocation. This package was built from the source at https://github.com/nemesissoft/Nemesis.TextParsers/tree/dd241db3ee8b09aa5957fed0c346e7170cb38162
Sorts Span<T> (and arrays) more quickly than System.Array.Sort
.Net Library that aids in comparison and handling value ranges or time bounded periods. The aim of this library is to provide a base Range class with all possible methods that can be performed on a Range, but also extension methods that can be used to handle and compare lists of Ranges.
.Net Library that aids in comparison and handling value ranges or time bounded periods. The aim of this library is to provide a base Range class with all possible methods that can be performed on a Range, but also extension methods that can be used to handle and compare lists of Ranges.
Types for reading and writing Span/Memory buffers.
A collection of sorting network algorithms implemented in C#.
Code analyzers for Hagar
SpanReader and SpanWriter which wraps a Span<byte> and provide a convenient functionality for reading and writing.
Tools and extensions for working with buffers.
Includes PooledList, PooledDictionary, PooledSet, PooledStack, PooledQueue, and PooledObservableCollection: based on the corresponding collections in System.Collections.Generic, using ArrayPool internally to reduce allocations, and with some API changes that allow for better compatibility with Span.