👋 What do you think about NuGet.org? We're looking for feedback from developers like you.
Take the survey.
Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Advanced search filters
Frameworks
.NET
net8.0
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
13 packages returned for Tags:"readonlyspan"
Sort by
Relevance
Downloads
Recently updated
FolkerKinzel.
Strings
by:
fkinzel
47,075 total downloads
last updated
11/26/2023
Latest version:
7.2.0
.NET
String
Polyfill
StringBuilder
ReadOnlySpan
ReadOnlyMemory
Char
Hashcode
C#
.NET library that contains extension methods and helper classes for character-based data types.
Open.
Text
by:
electricessence
69,884 total downloads
last updated
11/8/2023
Latest version:
6.7.0
string
span
enum
readonlyspan
text
format
split
trim
equals
trimmed
More tags
A set of useful extensions for working with strings, spans, enums, and value formatting. Part of the "Open" set of libraries.
Nemesis.
TextParsers
by:
MichalBrylka
33,456 total downloads
last updated
7/16/2023
Latest version:
2.7.2
split
stringSplit
tokenize
token
parse
format
list
dictionary
TextConverter
ReadOnlySpan
More tags
Contains various parser optimized for speed and no allocation. This package was built from the source at https://github.com/nemesissoft/Nemesis.TextParsers/tree/6b94596831b380f337181d21da40f607f34d7572
Rxmxnx.
PInvoke.
Extensions
by:
josephmore
28,360 total downloads
last updated
12/2/2023
Latest version:
1.1.0
PInvoke
Binary
Reference
Unmanaged
Memory
NativeAOT
Utf8
CString
Pointer
Span
More tags
Provides a set of extensions and utilites which facilitates exchange of data from and to .NET P/Invoke methods (or UnmanagedCallersOnly using NativeAOT) avoiding use of both native pointers and unsafe context.
Open.
MemoryExtensions
by:
electricessence
17,703 total downloads
last updated
7/16/2020
Latest version:
2.8.0
dotnet
dotnet-core
dotnetcore
cs
span
readonlyspan
memory
readonlymemory
array
icomparable
More tags
Useful set of extensions for working with Array, Memory, Span. Primarily for ordering/sorting vectors. Part of the "Open" set of libraries.
BinarySpanReader
by:
nutype
1,242 total downloads
last updated
2/24/2021
Latest version:
1.0.3
span
memory
binaryreader
readonlyspan
Binary Reader for Span<T>. As of right now, this consists of various extension methods to ReadOnlySpan<byte>.
Syroot.
BinaryData.
Memory
by:
Syroot
3,482 total downloads
last updated
9/21/2019
Latest version:
6.0.0-alpha.6
binary
data
memory
span
readonlymemory
readonlyspan
.NET library extending span data reading and writing functionality.
helgemahrt.
HighPerformance
by:
helgemahrt
2,604 total downloads
last updated
10/21/2019
Latest version:
1.0.1
netcore
span
readonlyspan
stackalloc
parsing
string
json
High performance .NET Core utility classes
AbbLab.
Compatibility.
Spans
by:
Abbysssal
469 total downloads
last updated
9/2/2023
Latest version:
2.4.2
compatibility
shims
polyfills
span
readonlyspan
Includes System.Memory shims, and fixes span pinnability issues.
Tedd.
SpanUtils
by:
tedd
5,517 total downloads
last updated
1/8/2021
Latest version:
1.1.0-beta.7
Span
ReadOnlySpan
Read
Write
SByte
Byte
Int16
UInt16
UInt24
Int32
More tags
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...
More information
Raiqub.
MemoryString
by:
Raiqub
301 total downloads
last updated
10/30/2021
Latest version:
1.0.0-pre20211030-2054
fast
zero
allocation
span
readonlyspan
string
Support string operations using Span
Nemesis.
TextParsers.
CodeGen
by:
MichalBrylka
1,652 total downloads
last updated
7/16/2023
Latest version:
2.7.2
codegen
codegeneration
generation
trnasformer
parse
ReadOnlySpan
Span
Memory
fast
allocation
More tags
Contains various parser optimized for speed and no allocation This package was built from the source at /tree/
io.
github.
matheos96.
SpanParseForStandard
by:
matheos
125 total downloads
last updated
11/21/2023
Latest version:
1.0.1
Span
ReadOnlySpan
Parsing
Convert
Double
Integer
Standard
Framework
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.