Skip to content
View czhao-dev's full-sized avatar

Block or report czhao-dev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. c-llvm-toolchain c-llvm-toolchain Public

    A small C toolchain built from scratch: a preprocessor, a LLVM compiler, a static analyzer, and a Makefile build tool.

    C++ 1

  2. thread-local-memory-allocator thread-local-memory-allocator Public

    Thread-local memory allocator in C++17: per-thread cache (tcmalloc-style), slab allocator, and boundary-tag free list with O(1) coalescing

    C++ 1

  3. cuda-matmul-optimizer cuda-matmul-optimizer Public

    Step-by-step CUDA matmul optimization (naive → tiled → vectorized → coarsened, benchmarked vs. cuBLAS) plus a safe, zero-overhead Rust wrapper around the kernels.

    Cuda 1

  4. user-space-tcp-stack user-space-tcp-stack Public

    A user-space TCP/IP stack over a Linux TUN device — IP, ICMP, UDP, and a full eleven-state TCP state machine with sliding-window flow control, retransmission, and out-of-order reassembly

    C++ 1

  5. applied-ml-projects applied-ml-projects Public

    A monorepo of four independent ML case studies: wearable motion classification (WMFT/IMU), satellite image classification with CNNs and Vision Transformers, Boston-area climate forecasting, and a f…

    Python 2

  6. distributed-lsm-kv distributed-lsm-kv Public

    A distributed, Raft-replicated LSM-tree key-value store built from scratch in Rust: WAL, memtable, SSTables, bloom filters, compaction, and Multi-Raft sharding/replication over gRPC.

    Go 1