Managing large application state easily, resiliently, and with high performance is one of the hardest problems in the cloud today. The FASTER project offers two artifacts to help tackle this problem. FASTER Log is a high-performance concurrent persistent recoverable log, iterator, and random reader library in C#. It supports very frequent commit operations at low latency, and can quickly saturate disk bandwidth. It supports both sync and async interfaces, handles disk errors, and supports checksums. FASTER KV is a concurrent key-value store + cache (available in C# and C++) that is designed for point lookups and heavy updates. FASTER supports data larger than memory, by leveraging fast external storage (local or cloud). It also supports consistent recovery using a new checkpointing technique that lets applications trade-off performance for commit latency.

Features

  • Latch-free cache-optimized index, in FASTER KV
  • A fast persistent recoverable append-only log based on fine-grained epoch protection for concurrency, in FASTER Log
  • Architecture as a component that can be embedded in multi-threaded cloud apps
  • Asynchronous non-blocking recovery model based on group commit
  • A rich extensible storage device abstraction called IDevice, with implementations for local storage, cloud storage, tiered storage, and sharded storage
  • A new high performance remote interface, making the store accessible via TCP from remote clients

Project Samples

Project Activity

See All Activity >

Categories

Logging

License

MIT License

Follow FASTER

FASTER Web Site

Other Useful Business Software
Gemini 3 and 200+ AI Models on One Platform Icon
Gemini 3 and 200+ AI Models on One Platform

Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

Build generative AI apps with Vertex AI. Switch between models without switching platforms.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of FASTER!

Additional Project Details

Operating Systems

Linux

Programming Language

C#

Related Categories

C# Logging Software

Registered

2021-11-11