Pinned Repositories
500lines
500 Lines or Less
aria
GitHub Repo for Aria: A Fast and Practical Deterministic OLTP Database
attentional-similarity
Pytorch implementation of [Learning to match transient sound events using attentional similarity for few-shot sound recognition]
awesome-consensus
Awesome list for Paxos and friends
awesome-database-learning
A list of learning materials to understand databases internals
awesome-distributed-systems
A curated list to learn about distributed systems
Benchbase_FetchSQL
Multi-DBMS SQL Benchmarking Framework via JDBC
CalvinDB
Geo-replicated CalvinDB(Include the original CalvinDB and low latency version)
DB-Exp-Sensitivity
A Study of Database Performance Sensitivity to Experiment Settings
Single-node-single-partition-lab-Maven
CES-dengzeyuan's Repositories
CES-dengzeyuan/500lines
500 Lines or Less
CES-dengzeyuan/aria
GitHub Repo for Aria: A Fast and Practical Deterministic OLTP Database
CES-dengzeyuan/awesome-database-learning
A list of learning materials to understand databases internals
CES-dengzeyuan/awesome-distributed-systems
A curated list to learn about distributed systems
CES-dengzeyuan/Benchbase_FetchSQL
Multi-DBMS SQL Benchmarking Framework via JDBC
CES-dengzeyuan/DB-Exp-Sensitivity
A Study of Database Performance Sensitivity to Experiment Settings
CES-dengzeyuan/Single-node-single-partition-lab-Maven
CES-dengzeyuan/BatchExecute
CES-dengzeyuan/calvin
Calvin is a scalable transactional database system that leverages determinism to guarantee active replication and full ACID-compliance of distributed transactions without two-phase commit. Most of the code is for VLDB 2014 paper: 《An Evaluation of the Advantages and Disadvantages of Deterministic Database Systems》.
CES-dengzeyuan/chatgpt_academic
科研工作专用ChatGPT拓展,特别优化学术Paper润色体验,支持自定义快捷按钮,支持markdown表格显示,Tex公式双显示,代码显示功能完善,新增本地Python工程剖析功能/自我剖析功能
CES-dengzeyuan/coco
CES-dengzeyuan/distributed-consensus-reading-list
A list of papers about distributed consensus.
CES-dengzeyuan/etcd
Distributed reliable key-value store for the most critical data of a distributed system
CES-dengzeyuan/expert_readed_books
2021年最新总结,推荐工程师合适读本,计算机科学,软件技术,创业,**类,数学类,人物传记书籍
CES-dengzeyuan/foundationdb
FoundationDB - the open source, distributed, transactional key-value store
CES-dengzeyuan/googletest
GoogleTest - Google Testing and Mocking Framework
CES-dengzeyuan/libco
libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since 2013.
CES-dengzeyuan/multi-paxos-example
Example multi-paxos application for those learning Paxos & multi-paxos
CES-dengzeyuan/patterns-of-distributed-systems
《Patterns of Distributed Systems》中文版
CES-dengzeyuan/paxi
Paxos protocol framework
CES-dengzeyuan/paxos_system_moniitor
CES-dengzeyuan/paxosmmc
Paxos Made Moderately Complex
CES-dengzeyuan/pg_paxos
Basic implementation of Paxos and Paxos-based table replication for a cluster of PostgreSQL nodes
CES-dengzeyuan/pigpaxos
CES-dengzeyuan/rebiber
A simple tool to update bib entries with their official information (e.g., DBLP or the ACL anthology).
CES-dengzeyuan/script
CES-dengzeyuan/SecondPaxos
1张图论证Paxos,比数学论证好理解的多,让你秒懂Paxos。 本项目从理论与代码上双重论证Paxos。 我相信本项目会是你在网上所能找到的,最通俗,最简洁,最完整(表现在不仅有理论,而且有实现代码和测试代码)的Paxos讲解与论证资料。 提供c++ java版本paxos算法封装代码,以及正确性压测程序。
CES-dengzeyuan/Single-node-single-partition-lab
CES-dengzeyuan/TLA-Examples
A collection of TLA+ specifications of varying complexities
CES-dengzeyuan/WPaxos
WPaxos学习