FASTER/cs
darrenge eb4e976b10
Updated Microsoft.Extensions.* nuget packages for security compliance (#930)
* Updated Microsoft.Extensions.* nuget packages in FixedLenServer sample and VarLenServer sample as they were out of compliance for security (dependency on System.Text.Json)

* Removed <PackageReference Include="System.Text.Json" Version="8.0.5" /> that was in there from earlier commit.
2024-10-31 15:33:38 -07:00
..
benchmark
performance/BenchmarkDotNet
playground Bump MessagePack from 2.4.35 to 2.5.187 in /cs/playground/AsyncStress (#927) 2024-10-28 12:51:28 -07:00
remote Updated Microsoft.Extensions.* nuget packages for security compliance (#930) 2024-10-31 15:33:38 -07:00
samples
src
stress
test
FASTER.sln
FASTER.snk
README.md

README.md

Introduction to FASTER C#

FASTER C# works in .NET Framework and .NET core, and offers two components. You can access their docs at the links below. All docs for FASTER C# are rooted at this link.

  1. FasterLog: A fast concurrent persistent log over memory and tiered storage, with lazy commits and tailing persistent iterators.
  2. FasterKV: A fast concurrent key-value store and cache over memory and tiered storage, with checkpointing and atomic update capabilities.