You are viewing a potentially older version of this package. View all versions.
dotnet_repo-System_Memory-4.6.300 icon

System Memory

NuGet System.Memory package re-bundled for convenient consumption and dependency management.

Date uploaded a week ago
Version 4.6.300
Download link dotnet_repo-System_Memory-4.6.300.zip
Downloads 6781
Dependency string dotnet_repo-System_Memory-4.6.300

README

About

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.

Main Types

The main types provided by this library are:

  • System.Span
  • System.ReadOnlySpan
  • System.Memory
  • System.ReadOnlyMemory
  • System.Buffers.MemoryPool
  • System.Buffers.ReadOnlySequence
  • System.Buffers.Text.Utf8Parser
  • System.Buffers.Text.Utf8Formatter

Additional Documentation

Related Packages

The types in this assembly are shipped as part of the shared framework starting with .NET Core 3.1.

License

System.Memory is released as open source under the MIT license.