FASTER is a fast concurrent persistent log and key-value store with cache for larger-than-memory data.
Info
Version: | 2.6.5 |
Author(s): | Microsoft |
Last Update: | Tuesday, May 7, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/microsoft/FASTER |
NuGet Url: | https://www.nuget.org/packages/Microsoft.FASTER.Core |
Install
Install-Package Microsoft.FASTER.Core
dotnet add package Microsoft.FASTER.Core
paket add Microsoft.FASTER.Core
Microsoft.FASTER.Core Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- System.Runtime.CompilerServices.Unsafe(>= 4.7.1)
- System.Memory(>= 4.5.4)
- System.Threading.Tasks.Extensions(>= 4.5.4)
- System.Interactive.Async(>= 4.1.1)
- System.Runtime.CompilerServices.Unsafe(>= 4.7.1)
- System.Memory(>= 4.5.4)
- System.Threading.Tasks.Extensions(>= 4.5.4)
- System.ValueTuple(>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe(>= 4.7.1)
- System.Interactive.Async(>= 4.1.1)
Tags