System.Memory
4.5.0-preview2-26406-04
Prefix Reserved
See the version list below for details.
Requires NuGet 2.12 or higher.
dotnet add package System.Memory --version 4.5.0-preview2-26406-04
NuGet\Install-Package System.Memory -Version 4.5.0-preview2-26406-04
<PackageReference Include="System.Memory" Version="4.5.0-preview2-26406-04" />
<PackageVersion Include="System.Memory" Version="4.5.0-preview2-26406-04" />
<PackageReference Include="System.Memory" />
paket add System.Memory --version 4.5.0-preview2-26406-04
#r "nuget: System.Memory, 4.5.0-preview2-26406-04"
#addin nuget:?package=System.Memory&version=4.5.0-preview2-26406-04&prerelease
#tool nuget:?package=System.Memory&version=4.5.0-preview2-26406-04&prerelease
Provides types for efficient representation and pooling of managed, stack, and native memory segments and sequences of such segments, along with primitives to parse and format UTF-8 encoded text stored in those memory segments.
Commonly Used Types:
System.Span
System.ReadOnlySpan
System.Memory
System.ReadOnlyMemory
System.Buffers.MemoryPool
System.Buffers.ReadOnlySequence
System.Buffers.Text.Utf8Parser
System.Buffers.Text.Utf8Formatter
7e3dbdb95b30650eabade0ac73a10b22d4dbe8b3
When using NuGet 3.x this package requires at least version 3.4.
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.0
- System.Numerics.Vectors (>= 4.5.0-preview2-26406-04)
- System.Runtime.CompilerServices.Unsafe (>= 4.5.0-preview2-26406-04)
-
.NETCoreApp 2.1
- Microsoft.NETCore.Platforms (>= 2.0.0)
-
.NETFramework 4.5
- System.Buffers (>= 4.4.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.5.0-preview2-26406-04)
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
- System.Buffers (>= 4.4.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.5.0-preview2-26406-04)
-
.NETStandard 2.0
- System.Buffers (>= 4.4.0)
- System.Numerics.Vectors (>= 4.5.0-preview2-26406-04)
- System.Runtime.CompilerServices.Unsafe (>= 4.5.0-preview2-26406-04)
-
MonoAndroid 1.0
- No dependencies.
-
MonoTouch 1.0
- No dependencies.
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhoneApp 8.1)
- System.Buffers (>= 4.4.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.5.0-preview2-26406-04)
-
UAP 10.0.16299
- Microsoft.NETCore.Platforms (>= 2.0.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.5.0-preview2-26406-04)
-
Windows 8.0
- System.Buffers (>= 4.4.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.5.0-preview2-26406-04)
-
WindowsPhoneApp 8.1
- System.Buffers (>= 4.4.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.5.0-preview2-26406-04)
-
Xamarin.iOS 1.0
- No dependencies.
-
Xamarin.Mac 2.0
- No dependencies.
-
Xamarin.TVOS 1.0
- No dependencies.
-
Xamarin.WatchOS 1.0
- No dependencies.
NuGet packages (52)
Showing the top 5 NuGet packages that depend on System.Memory:
Package | Downloads |
---|---|
System.Collections.Immutable
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity. Commonly Used Types: System.Collections.Immutable.ImmutableArray System.Collections.Immutable.ImmutableArray<T> System.Collections.Immutable.ImmutableDictionary System.Collections.Immutable.ImmutableDictionary<TKey,TValue> System.Collections.Immutable.ImmutableHashSet System.Collections.Immutable.ImmutableHashSet<T> System.Collections.Immutable.ImmutableList System.Collections.Immutable.ImmutableList<T> System.Collections.Immutable.ImmutableQueue System.Collections.Immutable.ImmutableQueue<T> System.Collections.Immutable.ImmutableSortedDictionary System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue> System.Collections.Immutable.ImmutableSortedSet System.Collections.Immutable.ImmutableSortedSet<T> System.Collections.Immutable.ImmutableStack System.Collections.Immutable.ImmutableStack<T> |
|
CsvHelper
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects. |
|
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/b3e69109341a1017423af7981b8b84b646f5bcce. |
|
Microsoft.Win32.Registry
Provides support for accessing and modifying the Windows Registry. Commonly Used Types: Microsoft.Win32.RegistryKey Microsoft.Win32.Registry Microsoft.Win32.RegistryValueKind Microsoft.Win32.RegistryHive Microsoft.Win32.RegistryView |
|
protobuf-net
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications |
GitHub repositories (858)
Showing the top 20 popular GitHub repositories that depend on System.Memory:
Repository | Stars |
---|---|
shadowsocks/shadowsocks-windows
A C# port of shadowsocks
|
|
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
|
|
leiurayer/downkyi
哔哩下载姬downkyi,哔哩哔哩网站视频下载工具,支持批量下载,支持8K、HDR、杜比视界,提供工具箱(音视频提取、去水印等)。
|
|
icsharpcode/ILSpy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
|
|
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
|
|
QL-Win/QuickLook
Bring macOS “Quick Look” feature to Windows
|
|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
peass-ng/PEASS-ng
PEASS - Privilege Escalation Awesome Scripts SUITE (with colors)
|
|
rocksdanister/lively
Free and open-source software that allows users to set animated desktop wallpapers and screensavers powered by WinUI 3.
|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
Perfare/AssetStudio
AssetStudio is a tool for exploring, extracting and exporting assets and assetbundles.
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
winsw/winsw
A wrapper executable that can run any executable as a Windows service, in a permissive license.
|
|
Sonarr/Sonarr
Smart PVR for newsgroup and bittorrent users.
|
|
Radarr/Radarr
Movie organizer/manager for usenet and torrent users.
|
|
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
|
|
chocolatey/choco
Chocolatey - the package manager for Windows
|
|
JosefNemec/Playnite
Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games.
|
|
spectreconsole/spectre.console
A .NET library that makes it easier to create beautiful console applications.
|
|
mRemoteNG/mRemoteNG
mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager.
|
Version | Downloads | Last updated |
---|---|---|
4.5.5 | 70 | 9/19/2022 |
4.5.4 | 33,036 | 1/17/2021 |
4.5.3 | 107,911 | 1/17/2021 |
4.5.2 | 33,032 | 1/17/2021 |
4.5.2-servicing-27114-05 | 3 | 1/17/2021 |
4.5.1 | 46,046 | 1/17/2021 |
4.5.0 | 75,003 | 1/17/2021 |
4.5.0-rc1 | 9,460 | 1/17/2021 |
4.5.0-preview2-26406-04 | 2 | 1/17/2021 |
4.5.0-preview1-26216-02 | 1 | 1/17/2021 |
4.4.0-preview2-25405-01 | 20 | 1/17/2021 |
4.4.0-preview1-25305-02 | 39 | 1/17/2021 |