Stars
Distributed reliable key-value store for the most critical data of a distributed system
The LevelDB key-value database in the Go programming language.
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
C++11/14/17/20 Concurrency Demystified: From Core Principles to Thread-Safe Code
MinIO is a high-performance, S3 compatible object store, open sourced under GNU AGPLv3 license.
MiniOB is a compact database that assists developers in understanding the fundamental workings of a database.
SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC ac…
A RocksDB compliant high performance scalable embedded key-value store
JuiceFS is a distributed POSIX file system built on top of Redis and S3.
DuckDB is an analytical in-process SQL database management system
《Effective Modern C++》- 完成翻译
A collection of (mostly) technical things every software developer should know about
A modern replacement for Redis and Memcached
linux内核学习资料:200+经典内核文章,100+内核论文,50+内核项目,500+内核面试题,80+内核视频
Collect some book about distributed storage system
A RocksDB plugin for key-value separation, inspired by WiscKey.
A cheatsheet of modern C++ language and library features.
中间件、高性能服务器、分布式存储等(redis、memcache、nginx、大容量redis pika、rocksdb、mongodb、wiredtiger存储引擎、高性能代理中间件)二次开发、性能优化,逐步整理文档说明并配合demo指导--每周末定时更新2-3篇技术文章及程序demo
Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
A library that provides an embeddable, persistent key-value store for fast storage.
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
LogCabin is a distributed storage system built on Raft that provides a small amount of highly replicated, consistent storage. It is a reliable place for other distributed systems to store their cor…