Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 680 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 680 Bytes

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.