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. llvm-c-compiler-toolchain llvm-c-compiler-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. concurrent-schedulers concurrent-schedulers Public

    A from-scratch C++20 task scheduling library: four interchangeable backends (work-stealing, global-queue, thread-per-core, CFS-inspired fair) behind one interface, benchmarked against each other.

    C++ 1

  3. 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

  4. container-runtime container-runtime Public

    A minimal container runtime CLI in Go: Linux namespaces, pivot_root filesystem jailing, cgroups v2 resource limits, and interactive PTY passthrough — no image management, overlayfs, or daemon.

    Go 1

  5. 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

  6. tensor-graph-inference-engine tensor-graph-inference-engine Public

    Header-only, CPU-only, zero-allocation static-graph neural network inference engine in C++: an offline compiler quantizes weights to INT8 and pre-plans a single memory arena via tensor-lifetime ana…

    C++ 1