jiadebin's Stars
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
huihut/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
halfrost/LeetCode-Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
milvus-io/milvus
A cloud-native vector database, storage for next generation AI applications
facebook/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
facebook/folly
An open-source C++ library developed and used at Facebook.
postgres/postgres
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
chenshuo/muduo
Event-driven network library for multi-threaded Linux server in C++11
boltdb/bolt
An embedded key/value database for Go.
Alinshans/MyTinySTL
Achieve a tiny STL in C++11
pingcap/awesome-database-learning
A list of learning materials to understand databases internals
oceanbase/oceanbase
OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards.
htop-dev/htop
htop - an interactive process viewer
mzlogin/chinese-copywriting-guidelines
Chinese Copywriting Guidelines:中文文案排版指北(简体中文版)
heathermiller/dist-prog-book
ApsaraDB/PolarDB-for-PostgreSQL
A cloud-native database based on PostgreSQL developed by Alibaba Cloud.
facebook/mysql-5.6
Facebook's branch of the Oracle MySQL database. This includes MyRocks.
opencurve/curve
Curve is a sandbox project hosted by the CNCF Foundation. It's cloud-native, high-performance, and easy to operate. Curve is an open-source distributed storage system for block and shared file storage.
risinglightdb/risinglight
An educational OLAP database system.
tlaplus/DrTLAPlus
Dr. TLA+ series - learn an algorithm and protocol, study a specification
chenshuo/documents
polardb/polardbx-engine
polardbx-engine is a MySQL branch originated from Alibaba Group, especially supports large-scale distributed database system.
littledan/linux-aio
How to use the Linux AIO feature
Steamgjk/Nezha
Nezha: Deployable and High-Performance Consensus Using Synchronized Clocks
bysui/mit6.828
Azure/RSL
Replicated State Library. RSL is the Azure Paxos implementation which is used by multiple products in Azure and Bing. It provides the traditional Paxos functionality in a real world implementation. RSL includes support for dynamic replica set reconfiguration, including dynamic growth/srinking of the cluster, and also service-healing (replica replacement). RSL automates the durability of the state (by means of both durable journal files, and periodic snapshots). RSL allows multi-rings per process, allowing a single process to be part of multiple rings at the same time. RSL is implemented in C/C++ and provides a C# wrapper that naturally integrates with C# applications. RSL is widely used in Azure for a large number of infrastructure components, ranging from Azure Fabric Controller, to Azure Storage.
nvanbenschoten/epaxos
A pluggable implementation of the Egalitarian Paxos Consensus Protocol
ChenHuajun/chenhuajun.github.io
Build a Jekyll blog in minutes, without touching the command line.
hjk41/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
huliang2016/xv6