Found 3,943 packages
System.Memory
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
A lightweight abstraction for a payload of bytes. Provides methods for converting between strings, streams, JSON, and bytes. Commonly Used Types: System.BinaryData
A pooled MemoryStream allocator to decrease GC load and improve performance on highly scalable systems.
In-memory database provider for Entity Framework Core (to be used for testing purposes).
Provides classes for access to unmanaged blocks of memory from managed code. Commonly Used Types: System.IO.UnmanagedMemoryStream System.IO.UnmanagedMemoryAccessor When using NuGet 3.x this package requires at least version 3.4.
Provides classes for using a memory-mapped file, which maps the contents of a file to an application's logical address space. Commonly Used Types: System.IO.MemoryMappedFiles.MemoryMappedViewAccessor System.IO.MemoryMappedFiles.MemoryMappedViewStream System.IO.MemoryMappedFiles.MemoryMappedFile System.IO.MemoryMappedFiles.MemoryMappedFileAccess When using NuGet 3.x this package requires at least version 3.4.
Provides Base64Url, Utf8, Index, and Range types support for .NET Framework and .NET Standard.
Contains an in-memory implementation for a Hot Chocolate GraphQL subscription provider.
A memory storage for Hangfire
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Polly.Caching.Memory is a plug-in for the .NET OSS resilience library Polly, supporting Microsoft.Extensions.Caching.Memory.MemoryCache as a provider for Polly's CachePolicy.
dotMemory Unit is an additional unit testing framework that allows you to write tests that check code for all kinds of memory issues. For example, these can be tests that determine leaks by checking memory for objects of a particular type, or tests that track memory traffic and fail in case the traffic exceeds some threshold. In other words, dotMemory Unit extends your unit testing framework (NUnit, MSTest, or other) with the functionality of a memory profiler. To run tests that use dotMemory Unit, you should reference the dotMemory.Unit assembly (which is a part of this package) from your test project. Tests with the support for dotMemory Unit can be run either with a standalone unit test runner of your choice or with the ReSharper unit test runner. For standalone runners, you should use a mediator - the standalone dotMemory Unit launcher. If you want to use the ReSharper unit test runner, you should have either ReSharper 9.1 (or later) or dotCover 3.1 (or later) installed on your machine
The memory enricher for Serilog.
Caching abstractions for in-memory cache and distributed cache. Commonly Used Types: Microsoft.Extensions.Caching.Distributed.IDistributedCache Microsoft.Extensions.Caching.Memory.IMemoryCache
An in-memory caching provider for Smidge
HealthChecks.UI.InMemory.Storage package contains the required classes to use InMemory provider in the UI
GraphQL memory cache implementation on top of Microsoft.Extensions.Caching.Memory
Core libraries(attribute, logics) of MemoryPack.
Zero encoding extreme performance binary serializer for C#.