Pinned Repositories
tidb
TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.
redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
client-go
Go client for TiKV
tikv
Distributed transactional key-value database, originally created to complement TiDB
agatedb
A persistent key-value storage in rust.
json-c
C JSON解析和生成库
muse
I/O multiplexing http server
scc
Simple C Compiler
youjiali1995.github.io
youjiali1995's Repositories
youjiali1995/youjiali1995.github.io
youjiali1995/agatedb
A persistent key-value storage in rust.
youjiali1995/benchmarksql
mirror of benchmarksql on github
youjiali1995/client-go
Go client for TiKV
youjiali1995/docs-cn
TiDB/TiKV/PD documents in Chinese.
youjiali1995/fsqual
Filesystem qualification tool
youjiali1995/glommio
Glommio is a thread-per-core framework that aims to make the task of writing highly parallel asynchronous applications in a thread-per-core architecture easier for rustaceans.
youjiali1995/jepsen
A framework for distributed systems verification, with fault injection
youjiali1995/kvproto
Protocol buffer files for TiKV
youjiali1995/minitrace-rust
Extremely fast tracing library for Rust
youjiali1995/monoio
Rust async runtime based on io-uring.
youjiali1995/parser
A MySQL Compatible SQL Parser
youjiali1995/pd
Placement driver for TiKV
youjiali1995/raft-engine
A persistent storage engine for Multi-Raft log
youjiali1995/rfc
youjiali1995/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
youjiali1995/scripts
Collections of my scripts
youjiali1995/seastar
High performance server-side application framework
youjiali1995/sig-transaction
Resources for the transaction SIG
youjiali1995/smf
Fastest RPC in the west
youjiali1995/ticdc
Change data capture for TiDB
youjiali1995/tidb
TiDB is a distributed HTAP database compatible with the MySQL protocol
youjiali1995/tidb-ansible
youjiali1995/tidb-dev-guide
A comprehensive development guide to help you be more and more familiar with the TiDB community and become an expert finally.
youjiali1995/tidb-in-action
TiDB In Action: based on 4.0
youjiali1995/tikv
Distributed transactional key-value database, originally created to complement TiDB
youjiali1995/tipocket
A set of tools to improve TiDB stability
youjiali1995/unistore
A fun project for evaluating some new optimizations quickly, do not use it in production
youjiali1995/xorf
Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.
youjiali1995/yatp
Yet another thread pool in rust for both callbacks or futures.