Pinned Repositories
awesome-cheatsheets
👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
cs-self-learning
计算机自学指南
Database-Series
📚深入浅出数据库存储:数据库理论、关系型数据库、文档型数据库、键值型数据库、New SQL、搜索引擎、数据仓库与 OLAP、大数据与数据中台
infinity
A lightweight C++ RDMA library for InfiniBand networks.
Jlox
following "crafting interpreters", a Java written tree-walk interpreter
Learning-SICP
MIT视频公开课《计算机程序的构造和解释》中文化项目及课程学习资料搜集。
LeetCode021
🚀 LeetCode From Zero To One & 题单整理 & 题解分享 & 算法模板 & 刷题路线,持续更新中...
leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
leveldb-note
leveldb源码阅读和重写,重写的过程中加上注释方便理解。
llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
ChaonanShen's Repositories
ChaonanShen/awesome-cheatsheets
👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
ChaonanShen/cs-self-learning
计算机自学指南
ChaonanShen/Database-Series
📚深入浅出数据库存储:数据库理论、关系型数据库、文档型数据库、键值型数据库、New SQL、搜索引擎、数据仓库与 OLAP、大数据与数据中台
ChaonanShen/infinity
A lightweight C++ RDMA library for InfiniBand networks.
ChaonanShen/Jlox
following "crafting interpreters", a Java written tree-walk interpreter
ChaonanShen/Learning-SICP
MIT视频公开课《计算机程序的构造和解释》中文化项目及课程学习资料搜集。
ChaonanShen/LeetCode021
🚀 LeetCode From Zero To One & 题单整理 & 题解分享 & 算法模板 & 刷题路线,持续更新中...
ChaonanShen/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
ChaonanShen/leveldb-note
leveldb源码阅读和重写,重写的过程中加上注释方便理解。
ChaonanShen/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
ChaonanShen/ml2sql
A meta language to translate either into Python or PL/pgSQL.
ChaonanShen/NJU-ICS2021-PA
2021年秋季学期 南京大学ICS课程 PA实验部分
ChaonanShen/noisepage
Self-Driving Database Management System from Carnegie Mellon University
ChaonanShen/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
ChaonanShen/REKCARC-TSC-UHT
清华大学计算机系课程攻略 Guidance for courses in Department of Computer Science and Technology, Tsinghua University
ChaonanShen/risinglight
An OLAP database system for educational purpose
ChaonanShen/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
ChaonanShen/rucbase-lab
RUC Educational Database Project open lab
ChaonanShen/Skiplist-CPP
A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀
ChaonanShen/udo-runtime
Runtime for User-Defined Operators in Postgres
ChaonanShen/user-defined-operators
Implementation and artifacts for "User-Defined Operators: Efficiently Integrating Custom Algorithms into Modern Databases"
ChaonanShen/work
infrastructure engineer
ChaonanShen/zju-icicles
浙江大学课程攻略共享计划