Pinned Repositories
annotated_redis_source
带有详细注释的 Redis 2.6 源码
book-1
:books: All programming languages books
doc
记录一些自己写的技术文档
greptimedb
GreptimeDB, an open-source, cloud-native, distributed time-series database.
Interview-Notebook
:books: 技术面试需要掌握的基础知识整理,欢迎编辑~
javac
javac源码
Jupiter
Jupiter是一款性能非常不错的, 轻量级的分布式服务框架
linux-2.6.11.12
linux内核源码
netty
Netty project - an event-driven asynchronous network application framework
sofa-jraft
A production-grade java implementation of RAFT consensus algorithm.
fengjiachun's Repositories
fengjiachun/Jupiter
Jupiter是一款性能非常不错的, 轻量级的分布式服务框架
fengjiachun/doc
记录一些自己写的技术文档
fengjiachun/netty
Netty project - an event-driven asynchronous network application framework
fengjiachun/book-1
:books: All programming languages books
fengjiachun/greptimedb
GreptimeDB, an open-source, cloud-native, distributed time-series database.
fengjiachun/tiflash
The analytical engine for TiDB
fengjiachun/arrow-datafusion
Apache Arrow DataFusion SQL Query Engine
fengjiachun/async-rdma
Easy to use RDMA API in Rust async
fengjiachun/ceresdb
CeresDB is a high-performance, distributed, schema-less, cloud native time-series database that can handle both time-series and analytics workloads.
fengjiachun/ceresdb-java-client
Java client for CeresDB
fengjiachun/crossbeam
Tools for concurrent programming in Rust
fengjiachun/datafuse-presentations
Presentations, meetups and talks about Databend
fengjiachun/fengjiachun
fengjiachun/greptimedb-client-java
GreptimeDB Java Client
fengjiachun/grpc-rs
The gRPC library for Rust built on C Core library and futures
fengjiachun/influxdb_iox
Pronounced (influxdb eye-ox), short for iron oxide. This is the new core of InfluxDB written in Rust on top of Apache Arrow.
fengjiachun/Level-Hashing
Write-Optimized and High-Performance Hashing Index Scheme for Persistent Memory (OSDI 2018, TOS 2019)
fengjiachun/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
fengjiachun/loki
Like Prometheus, but for logs.
fengjiachun/oceanbase
OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability and compatibility with SQL standards.
fengjiachun/questdb
An open source SQL database designed to process time series data, faster
fengjiachun/raft-rs
Raft distributed consensus algorithm implemented in Rust.
fengjiachun/rfcs
RFCs for changes to TiKV and its ecosystem
fengjiachun/rust-mysql-simple
Mysql client library implemented in rust.
fengjiachun/rust-rocksdb
rust wrapper for rocksdb
fengjiachun/RustChinaConf2020
All pdf slides in RustChinaConf2020
fengjiachun/sofa-common-tools
sofa-common-tools is a library that provide some utility functions to other SOFA libraries.
fengjiachun/sofastack.tech
Source for the SOFAStack website https://www.sofastack.tech
fengjiachun/tikv
Distributed transactional key value database powered by Rust and Raft
fengjiachun/wickdb
LSM-tree based embedded storage engine for Rust