You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
FasterLog: A fast concurrent persistent log over memory and tiered storage, with lazy commits and tailing persistent iterators.
FasterKV: A fast concurrent key-value store and cache over memory and tiered storage, with checkpointing and atomic
update capabilities.