Zurück zum Ranking

microsoft/FASTER

C#aka.ms/FASTER

Fast persistent recoverable log and key-value store + cache, in C# and C++.

key-value-storehash-tablepersistentrecoverableconcurrentmulti-threadedlibraryloggingindexing
Sterne-Wachstum
Sterne
6.6k
Forks
596
Wochenwachstum
Issues
32
4k6k
Aug. 2018März 2021Nov. 2023Juli 2026
README

FASTER logo

NuGet Build Status Gitter

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 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 fast non-blocking checkpointing technique that lets applications trade-off performance for commit latency.

Both FASTER KV and FASTER Log offer orders-of-magnitude higher performance than comparable solutions, on standard workloads. Start learning about FASTER, its unique capabilities, and how to get started at our official website:

aka.ms/FASTER

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Ähnliche Repositories
redis/redis

For developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine.

COtherdatabasekey-value
redis.io
75.6k24.7k
valkey-io/valkey

A flexible distributed key-value database that is optimized for caching and other realtime workloads.

CBSD 3-Clause "New" or "Revised" Licensecachedatabase
valkey.io
26.6k1.2k
apple/foundationdb

FoundationDB - the open source, distributed, transactional key-value store

C++Apache License 2.0key-value-storetransactional
apple.github.io/foundationdb/
16.5k1.5k
dicedb/dicedb

Open-source, low-latency key/value engine built on Valkey with query subscriptions and hierarchical storage tiers.

COtherdatabasestorage-engine
dicedb.io
10.8k1.4k
skyzh/mini-lsm

A course of building an LSM-Tree storage engine (database) in a week.

Rustcrates.ioApache License 2.0databaselsm-tree
skyzh.github.io/mini-lsm/
4.1k619
orhanobut/hawk

✔️ Secure, simple key-value storage for Android

JavaMavenApache License 2.0hawkstorage
4k397
olric-data/olric

Distributed, in-memory key/value store and cache. It can be used as an embedded Go library and a language-independent service.

GoGo ModulesApache License 2.0key-value-storecache
3.5k147
buraksezer/olric

Distributed, in-memory key/value store and cache. It can be used as an embedded Go library and a language-independent service.

GoGo ModulesApache License 2.0key-value-storecache
3.2k122
gruns/ImmortalDB

:nut_and_bolt: A relentless key-value store for the browser.

JavaScriptnpmMIT Licensejavascriptstorage
3.1k60
grantjenks/python-diskcache

Python disk-backed cache (Django-compatible). Faster than Redis and Memcached. Pure-Python.

PythonPyPIOtherpythoncache
grantjenks.com/docs/diskcache/
2.9k175
skytable/skytable

Skytable is a modern scalable NoSQL database with BlueQL, designed for performance, scalability and flexibility. Skytable gives you spaces, models, data types, complex collections and more to build powerful experiences

Rustcrates.ioGNU Affero General Public License v3.0nosqldatabase
skytable.io
2.7k92
fjall-rs/fjall

🗻 Log-structured, embeddable key-value storage engine written in Rust

Rustcrates.ioApache License 2.0databaselsm
fjall-rs.github.io
2.2k107