GitHub - microsoft/FASTER: Fast persistent recoverable log and key-value store + cache, in C# and C++.
Introduction
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 su...
Read more at github.com