9 skills found
fsprojects / FSharp.Span.UtilsMakes Span/ReadOnlySpan easy to use from F#.
SirCxyrtyx / FileEmbedA source generator for embedding resource files directly into your assembly. Access them as a `ReadOnlySpan<byte>`, with no allocations or reflection needed.
CorentinGS / ZaStringZaString is a high-performance, zero-allocation string manipulation library for C# that uses Span<T> and ReadOnlySpan<T> for optimal memory efficiency. Built for .NET 9.0+, it provides a fluent API for building strings without heap allocations.
Open-NET-Libraries / Open.TextA set of useful extensions for working with strings, string-segments, spans, enums, and value formatting.
iiweis / PrimitiveStaticDataGeneratorC# Source Generator for creating methods that return optimized ReadOnlySpan<T> static data from primitive values.
nirzaf / ReadOnlySpanNo description available
nirzaf / ReadOnlySpanRepoNo description available
eventso / Kafka Producer.Net Kafka producer accepts ReadOnlySpan<byte> and avoids creating intermediate byte arrays during serialization
Rekkonnect / GaryonA multi-purpose expansion library providing commonly used utilities.