FASTER/cs
..
benchmark
performance/BenchmarkDotNet
playground
remote
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.