Pinned Repositories
Aeron
Efficient reliable unicast and multicast transport protocol.
algorithm008-class02
algorithm011-class01
analysisMem
总共两个shell脚本,其一定期执行获取一些感兴趣进程某时刻的内存大小保存到文件中;其二则统计所有这些文件按照进程PID统计其内存使用变化
juicefs
JuiceFS is a distributed POSIX file system built on top of Redis and S3.
kitex
A high-performance and strong-extensibility Golang RPC framework that helps developers build microservices.
mysql-3.23.49
mysql-3.23.49
raft-zh_cn
Raft一致性算法论文的中文翻译
sofa-jraft
A production-grade java implementation of RAFT consensus algorithm.
tcpcopy
An online request replication tool, also a tcp stream replay tool, fit for real testing, performance testing, stability testing, stress testing, load testing, smoke testing, etc
chang290's Repositories
chang290/juicefs
JuiceFS is a distributed POSIX file system built on top of Redis and S3.
chang290/kitex
A high-performance and strong-extensibility Golang RPC framework that helps developers build microservices.
chang290/algorithm008-class02
chang290/algorithm011-class01
chang290/Btree-source-code
A working project for High-concurrency B-tree source code in C
chang290/chubaofs
A distributed file system and object store for cloud native applications
chang290/conc
Better structured concurrency for go
chang290/distributed-consensus-reading-list
A list of papers about distributed consensus.
chang290/EasyTransaction
A distribute transaction solution(分布式事务) unified the usage of TCC , SAGA ,FMT (seata/fescar AutoCompensation), reliable message, compensate and so on;
chang290/Gaea
Gaea is a mysql proxy, it's developed by xiaomi b2c-dev team.
chang290/go-datastructures
A collection of useful, performant, and threadsafe Go datastructures.
chang290/godropbox
Common libraries for writing Go services/applications.
chang290/GoLLRB
A Left-Leaning Red-Black (LLRB) implementation of balanced binary search trees for Google Go
chang290/KVell
KVell: the Design and Implementation of a Fast Persistent Key-Value Store
chang290/kvrocks
Kvrocks is a distributed key value NoSQL database based on RocksDB and compatible with Redis protocol.
chang290/LeetCode
持之以恒的练习算法,让基础更扎实,让逻辑思维更强,加油
chang290/linear_ac
Speed up the memory allocation and improve the garbage collection performance.
chang290/netpoll
A high-performance non-blocking I/O networking framework, which focused on RPC scenarios, developed by ByteDance.
chang290/oceanbase
OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards.
chang290/proposal
Go Project Design Documents
chang290/redis-proxy
A simple Redis proxy built for seamless DB replacement (pause, switch, and resume without breaking client connections)
chang290/rocksdb-doc-cn
中文版rocksdb文档
chang290/rocksplicator
RocksDB Replication
chang290/shardingsphere
Ecosystem to transform any database into a distributed database system, and enhance it with sharding, elastic scaling, encryption features & more
chang290/simple-sqlite
Code reading for sqlite backend
chang290/TDengine
An open-source big data platform designed and optimized for the Internet of Things (IoT).
chang290/the-geek-in-the-corner
Sample code from thegeekinthecorner.com
chang290/toplingdb
ToplingDB is a cloud native LSM Key-Value Store with searchable compression algo and distributed compaction
chang290/WLock
A high-reliable, high-throughput distributed lock service based on the consensus algorithm component WPaxos.
chang290/WPaxos
A production-grade java implementation of paxos consensus algorithm