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

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

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

    C 1

  3. ai-ml-design-patterns ai-ml-design-patterns Public

    A monorepo of applied AI/ML case studies with production MLOps practices: image classification, RAG chatbot, agentic AI, climate forecasting, GNN recommender, LLM fine-tuning, causal inference, mod…

    Python 2

  4. llvm-c-compiler-toolchain llvm-c-compiler-toolchain Public

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

    C++ 1

  5. cuda-matmul-optimizer cuda-matmul-optimizer Public

    Step-by-step CUDA matmul optimization (naive → tiled → vectorized → coarsened), benchmarked against a CPU baseline and cuBLAS.

    Cuda 1

  6. riscv-isa-simulator riscv-isa-simulator Public

    A lightweight RV32I instruction set simulator in C++17 with a CLI, instruction decoder, and test suite.

    C++ 2