Pinned Repositories
36format_add
ASCYLIB
ASCYLIB (with OPTIK) is a concurrent-search data-structure library with over 40 implementantions of linked lists, hash tables, skip lists, binary search trees, queues, and stacks.
awesome-database-learning
A list of learning materials to understand databases internals
books
存放重要的文档和电子书
Calculator
C++ Project Use Easyx Graphics Library
chromeos-apk
☢️ Run Android Apps in Chrome OS OR Chrome in OS X, Linux and Windows.
CMake-Cookbook
CMake Cookbook, by Packt
cockroach
CockroachDB - the open source, cloud-native distributed SQL database.
corobase
Coroutine-Oriented Main-Memory Database Engine, VLDB 2021.
cstore
A Column-Oriented DBMS
arron-lyu's Repositories
arron-lyu/awesome-database-learning
A list of learning materials to understand databases internals
arron-lyu/books
存放重要的文档和电子书
arron-lyu/Calculator
C++ Project Use Easyx Graphics Library
arron-lyu/CMake-Cookbook
CMake Cookbook, by Packt
arron-lyu/cockroach
CockroachDB - the open source, cloud-native distributed SQL database.
arron-lyu/corobase
Coroutine-Oriented Main-Memory Database Engine, VLDB 2021.
arron-lyu/db-readings
Readings in Databases
arron-lyu/ddia
《Designing Data-Intensive Application》DDIA中文翻译
arron-lyu/dogqc
A query compiler for GPUs that translates relational algebra to Cuda.
arron-lyu/foundationdb
FoundationDB - the open source, distributed, transactional key-value store
arron-lyu/fucking-algorithm
手把手撕LeetCode题目,扒各种算法套路的裤子。English version supported! Crack LeetCode, not only how, but also why.
arron-lyu/Games
games developed by python(五子棋、贪吃蛇、扫雷、俄罗斯方块、坦克大战、FlappyBird)
arron-lyu/h-store
H-Store Distributed Main Memory OLTP Database System
arron-lyu/handy
简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework
arron-lyu/incubator-doris
Apache Doris (Incubating)
arron-lyu/learnGitBranching
An interactive git visualization to challenge and educate!
arron-lyu/logcabin
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 core metadata and is helpful in solving cluster management issues.
arron-lyu/masstree-beta
Beta release of Masstree.
arron-lyu/milvus
An open source vector similarity search engine powered by Faiss, NMSLIB and Annoy
arron-lyu/MIT-6.824
Basic Sources for MIT 6.824 Distributed Systems Class
arron-lyu/mlsql
The Programming Language Designed For Big Data and AI
arron-lyu/mysql-notification
Example of a user defined function (UDF) in MySQL
arron-lyu/nndl.github.io
《神经网络与深度学习》 邱锡鹏著 Neural Network and Deep Learning
arron-lyu/NuRaft
C++ implementation of Raft core logic as a replication library
arron-lyu/postgres
Random assortment of Andres' postgres dev stuff
arron-lyu/spitfire
Source code for Spitfire: A Three-Tier Buffer Manager for Volatile and Non-Volatile Memory
arron-lyu/terrier
You know what this is...
arron-lyu/the-art-of-command-line
Master the command line, in one page
arron-lyu/TinyWebServer
Linux下C++轻量级Web服务器
arron-lyu/tpch
Port of TPC-H dbgen to Java