Pinned Repositories
armv8_pmu_cycle_counter_el0
binary-tree-visualization
drawing binary trees
braft
An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
C-Thread-Pool
A minimal but powerful thread pool in ANSI C
concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
daos
DAOS Storage Engine
dpdk
Data Plane Development Kit
dst
A decentralized scalar timestamp scheme
FlashFS2_doc
tetr-rust
yanghaomai's Repositories
yanghaomai/tetr-rust
yanghaomai/FlashFS2_doc
yanghaomai/armv8_pmu_cycle_counter_el0
yanghaomai/braft
An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
yanghaomai/C-Thread-Pool
A minimal but powerful thread pool in ANSI C
yanghaomai/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
yanghaomai/daos
DAOS Storage Engine
yanghaomai/dpdk
Data Plane Development Kit
yanghaomai/dst
A decentralized scalar timestamp scheme
yanghaomai/gpt-neox
An implementation of model parallel autoregressive transformers on GPUs, based on the DeepSpeed library.
yanghaomai/HUST-Invictus
华中科技大学研究生课程资料
yanghaomai/io500
IO500 Storage Benchmark source code
yanghaomai/junction
Concurrent data structures in C++
yanghaomai/libjson-rpc-cpp
C++ framework for json-rpc (json remote procedure call)
yanghaomai/LineFS
LineFS: Efficient SmartNIC Offload of a Distributed File System with Pipeline Parallelism
yanghaomai/LineFS-ioat-dma-kernel-module
yanghaomai/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.
yanghaomai/perftest
Infiniband Verbs Performance Tests
yanghaomai/pmdk
Persistent Memory Development Kit
yanghaomai/raft
C implementation of the Raft Consensus protocol, BSD licensed
yanghaomai/readerwriterqueue
A fast single-producer, single-consumer lock-free queue for C++
yanghaomai/rookiehpc.github.io
A website covering major HPC technologies, designed to welcome contributions.
yanghaomai/single_file_libs
List of single-file C/C++ libraries.
yanghaomai/SmartNIC-WU
yanghaomai/spdlog
Fast C++ logging library.
yanghaomai/syscall_intercept
The system call intercepting library
yanghaomai/ucx
Unified Communication X (mailing list - https://elist.ornl.gov/mailman/listinfo/ucx-group)
yanghaomai/yanghaomai
Config files for my GitHub profile.
yanghaomai/YCSB-C
Yahoo! Cloud Serving Benchmark in C++, a C++ version of YCSB (https://github.com/brianfrankcooper/YCSB/wiki)
yanghaomai/zookeeper-1
Apache ZooKeeper