Top 20 NuGet span Packages

Google Cloud Trace exporter for DKX.Tracer
A fast and efficient implementation of a MemoryPool.
.NET library extending span data reading and writing functionality.
Fast serialize into compressed bits.
HTTP tracer
WIP C# serialization library with ultra-fast type-semantic free versioning that allows for deterministic and non-deterministic deserialization paths. The versioning is completely optional, with planned optional backwards compatibility too. Currently the only constructable types are records. St...
Time Span (time-span) binding library for Bridge.NET projects.
Makes Span/ReadOnlySpan easy to use from F#.
Extension methods to read/write different datatypes to Span<byte> (tested, benchmarked, optimized). Plus SpanStream and MemoryStreamer for stream-like behavior on Span<byte> and Memory<byte>. See documentation on GitHub for examples.
This a fork from Utf8Json where we added support for Span and ListPool
Easy to use SIMD accelerated span and array methods Now each method in SimdOps is generic, instead of SimdOps<T>, i.e SimdOps.Abs<T>() instead of SimdOps<T>.Abs().
Slices of arrays and buffers
Get aligned `Memory<T>` using this library. Derived from `MemoryManager<T>`.
Immutable versions of `Memory<T>` and `Span<T>`, because `ReadOnlyMemory/Span` doesn't imply the underlying memory won't be mutated. These types either wrap known immutable objects (`String`, `ImmutableArray<T>`), or they take sole ownership of a defensive copy of the underlying memory. They then pr...
Useful set of extensions for working with Array, Memory, Span. Primarily for ordering/sorting vectors. Part of the "Open" set of libraries.