Skip to content

Files

Latest commit

87b6991 · Sep 16, 2020

History

History
This branch is 40 commits ahead of, 421 commits behind microsoft/FASTER:main.

cs

layout title nav_order has_children description permalink
default
FASTER C#
500
true
Overview of FASTER C#
/cs

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.

  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.