Skip to content

Latest commit

 

History

History

cs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.