
Starred repositories
SGLang is a fast serving framework for large language models and vision language models.
Training materials associated with NVIDIA's CUDA Training Series (www.olcf.ornl.gov/cuda-training-series/)
A Spatial Transcriptomics Geospatial Profile Recovery System Tool through Anchors
The curated list of awesome C++ Coroutine resources.
📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management.
A library for building fast, reliable and evolvable network services.
Example programs for Talking Async videos
An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.
Contains the example code which accompanies my ACCU 2022 talk 'How to Use C++20 Coroutines for Networking'.
Scheduling examples using C++20 coroutines
A runtime for writing asynchronous applications with Modern C++, based on C++20 coroutine and liburing (io-uring)
Implementation of http, https, socks4/socks4a, socks5 server and client proxy protocols using modern c++ (使用现代 c++ 实现 http、https、socks4/socks4a、socks5 服务端和客户端完整的代理协议。)
A course of building an LSM-Tree storage engine (database) in a week.
This is a series of GPU optimization topics. Here we will introduce how to optimize the CUDA kernel in detail. I will introduce several basic kernel optimizations, including: elementwise, reduce, s…