Pinned Repositories
ClickHouse
ClickHouse® is a real-time analytics DBMS
rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
1m-go-tcp-server
benchmarks for implementation of servers which support 1 million connections
6.828-labs
my labs answer for https://pdos.csail.mit.edu/6.828/2014/
6.828-MIT-OS
The implementation of MIT's 6.828 Operating System Engineering
6.828mit
The source of lab and assignment for 6.828 of MIT
fredchenbj.github.io
My Personal Blog
tidb
TiDB is a distributed HTAP database compatible with the MySQL protocol
bcc
BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
tikv
Distributed transactional key-value database, originally created to complement TiDB
fredchenbj's Repositories
fredchenbj/architect-awesome
后端架构师技术图谱
fredchenbj/ardb
A redis protocol compatible nosql, it support multiple storage engines as backend like Google's LevelDB, Facebook's RocksDB, OpenLDAP's LMDB, PerconaFT, WiredTiger, ForestDB.
fredchenbj/builddatabase
Build a distributed SQL database from the ground up
fredchenbj/ceph
Ceph is a distributed object, block, and file storage platform
fredchenbj/cinder
OpenStack Block Storage (Cinder)
fredchenbj/CPP-17-STL-cookbook
作为对《C++17 STL cookbook》英文版的中文翻译。
fredchenbj/deeplearningbook-chinese
Deep Learning Book Chinese Translation
fredchenbj/distributed-tracing-example
OpenTracing demo in cpp and with Jaeger
fredchenbj/dmclock
Code that implements the dmclock distributed quality of service algorithm. See "mClock: Handling Throughput Variability for Hypervisor IO Scheduling" by Gulati, Merchant, and Varman.
fredchenbj/fastdfs
FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance.
fredchenbj/ffi-overhead
comparing the c ffi (foreign function interface) overhead on various programming languages
fredchenbj/goLearning
fredchenbj/jpype
Friendly jpype fork with focus on easy installation.
fredchenbj/kubernetes
Production-Grade Container Scheduling and Management
fredchenbj/logrus
Structured, pluggable logging for Go.
fredchenbj/manila
Shared filesystem management project for OpenStack.
fredchenbj/mps
The Memory Pool System
fredchenbj/nemo-rocksdb
Add TTL feature on rocksdb, and compatible with rocksdb
fredchenbj/raft
Golang implementation of the Raft consensus protocol
fredchenbj/raft-zh_cn
Raft一致性算法论文的中文翻译
fredchenbj/rax
A radix tree implementation in ANSI C
fredchenbj/rook
File, Block, and Object Storage Services for your Cloud-Native Environment
fredchenbj/seaweedfs
SeaweedFS is a simple and highly scalable distributed file system. There are two objectives: to store billions of files! to serve the files fast! Instead of supporting full POSIX file system semantics, SeaweedFS choose to implement only a key~file mapping. Similar to the word "NoSQL", you can call it as "NoFS".
fredchenbj/sophia
Modern transactional key-value/row storage library.
fredchenbj/ssdb
SSDB - A fast NoSQL database, an alternative to Redis
fredchenbj/testing-distributed-systems
Curated list of resources on testing distributed systems
fredchenbj/The-Art-Of-Programming-By-July
本项目曾冲到全球第一,干货集锦见本页面最底部,另完整精致的纸质版《编程之法:面试和算法心得》已在京东/当当上销售
fredchenbj/The-Golang-Standard-Library-by-Example
Golang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。
fredchenbj/tokio-aio-examples
Tokio asynchronous I/O examples
fredchenbj/yig