Found 35 packages
A collection of helpful ReadOnlySpan (char) extension methods
A collection of helpful ReadOnlySpan (byte) extension methods
A set of useful extensions for working with strings, spans, enums, and value formatting. Part of the "Open" set of libraries.
A collection of helpful ReadOnlySpan (string) extension methods
A library containing several extension methods for ReadOnlySpan<T> and ReadOnlyMemory<T>, as well as other utility functions.
Contains various parser optimized for speed and no allocation. This package was built from the source at https://github.com/nemesissoft/Nemesis.TextParsers/tree/519299603ad55cff1d7a52e9db77969aff95f2bf
Useful set of extensions for working with Array, Memory, Span. Primarily for ordering/sorting vectors. Part of the "Open" set of libraries.
Helpful extension methods surrounding ReadOnlySpan of Type
Helpful extension methods surrounding ReadOnlySpan of ParameterInfo
.NET library extending span data reading and writing functionality.
Deconstructors for Span and ReadOnlySpan.
Rxmxnx.PInvoke.Extensions is a comprehensive library designed to streamline and enhance the interaction between .NET and native P/Invoke methods.
Binary Reader for Span<T>. As of right now, this consists of various extension methods to ReadOnlySpan<byte>.
High performance .NET Core utility classes
Extension methods to read/write different datatypes to Span<byte>. See documentation on GitHub for examples.
A collection of helpful ReadOnlySpan (char) html-related extension methods
Contains various code generators for parser optimized for speed and no allocation This package was built from the source at https://github.com/nemesissoft/Nemesis.TextParsers/tree/519299603ad55cff1d7a52e9db77969aff95f2bf
A high-performance, zero-allocation .NET library that introduces span-compatible alternatives to popular BCL types and provides vectorized solutions for common operations on spans.
This simple Library adds integer and double parsing methods for ReadOnlySpan<char> found in .NET but missing in .NET Framework and .NET Standard. Each parsing method also has a "TryParse" variant.
High-performance, allocation-free CSV enumeration using ReadOnlySpan{char} — a drop-in alternative to string.Split(',') for hot paths.