351 packages tagged with “in-memory”
In-memory database provider for Entity Framework Core (to be used for testing purposes).
Unit testing framework for Sitecore.
Lazy cache is a simple, thread safe, in-memory caching library that makes it easy to add high performance caching to your dotnet app.
In-memory job storage for Hangfire with an efficient implementation.
High performance, thread-safe in-memory caching primitives for .NET.
A simple in-memory caching provider.
Open-source .NET client for Hazelcast, the open-source in-memory distributed computing platform.
Windows Azure Cache is a distributed, in-memory cache that increases performance by allowing you to store commonly accessed data in memory and reduces load on backend databases. The Windows Azure Cache NuGet package provides the cache client libraries that can be used to build applications to target the Cache Service or the In-Role Cache. This NuGet package can only be used with the Windows Azure SDK version 2.9 of Windows Azure Cache.
.NET client for Apache Ignite. Ignite is a distributed database for high-performance computing with in-memory speed.
Contains classes simplifying working with temporary in-memory and file streams. TemporaryFile encapsulates a temporary file, manages filename and makes sure to delete the file when done. A TemporaryStream maintains content in-memory if below a threshold size limit, and switches to a TemporaryFile when content crosses threshold.
A library aimed to minimize the setup of Entity Framework Core unit-testing database providers in conjunction with AutoFixture.
The fastest cache library written in C# for items with set expiration time. Easy to use, thread-safe and light on memory. Optimized to scale from dozens to millions of items. Features lock-free reads and writes, allocation-free reads and automatic eviction. Credit to Vladimir Sadov for his implementation of NonBlocking.ConcurrentDictionary which is used as an underlying store.
It's aim is to facilitate: - Out-of-the-box code isolation for different parts on an application (i.e. admin vs. user api). - Flexibility in transport technologies (i.e. SignalR, Grpc and Rest). - Flexibility in hosting: Console, In-process, windows service, trayicon, Docker etc. - An as easy as possible way to incorporate unit/integration tests for server/client/distributed applications.
Yarn In-memory Provider
.NET client for GridGain 9.x. GridGain is a distributed database for high-performance computing with in-memory speed.
This NCache SDK NuGet package is a complete package for using NCache Enterprise from .NET Framework and .NET Core applications.
Package that contains the implementation needed to store data in-memory.
Windows Azure Shared Caching enables you to easily provision a cache in the cloud to be used from any applications or services that could benefit from caching. Caching increases performance by temporarily storing information from other backend sources. High performance is achieved by maintaining this cache in-memory across multiple cache servers. For a Windows Azure solution, caching can reduce the costs associated with database transactions in the cloud.
In-memory cache and in-memory serialized cache based on PubComp.Caching.Core and System.Runtime.Caching
Simple lightweight object in-memory cache, with a background timer to remove expired objects. Fast in-memory cache for data that are expensive to create and can be used in a thread-safe manner. All stored items are kept in concurrent data structures (ConcurrentDictionary) to allow multi-thread usage of the MemoryCache static methods. Note: this nuget package contains c# source code and depends on System.Collections.Concurrent introduced in .Net 4.0.
An embedded SQL database in one .dll which requires no configuration, supports standard ANSI SQL 89 and 92. It is reliable, fast and free, works with both on disk and in-memory sql database engines. Complete database management system in one file (.dll assembly) uses B-Tree indexes with one database file per schema and ability to add multiple database schema files either on disk or in memory . UTF 8 based encoding complete globalization support, entire database or column can be encrypted using AES 256-bit encryption. Store right to left or left to right language character sets. Same database file format for Windows, Linux, Mac, Android, iOS and ASP.NET.
This NCache SDK NuGet package is a complete package for using NCache Opensource for .NET Framework and .NET Core applications.
Reindexer Embedded library to embed and run in .net projects.
A nice integration between EasyCaching and EasyCompressor. This library aids in Improving Performance by Reducing Memory Usage and Bandwidth Usage by compressing your cache data, especially for distributed cache (such as Redis). EasyCaching is an Easy-to-Use caching library that offers many features and supports many providers and serializers. An Easy-to-Use and Optimized compression library for .NET that unified several compression algorithms including LZ4, Snappy, Zstd, LZMA, Brotli, GZip, ZLib, and Deflate.
Apache Ignite LINQ Provider. Query distributed in-memory data in a strongly-typed manner and with IDE support. All Ignite SQL features are supported: distributed joins, groupings, aggregates, field queries, and more.
Provides the data context and the associated commands for in-memory data store.