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-schedulersconcurrent-schedulersPublic

      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-allocatorthread-local-allocatorPublic

      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-patternsai-ml-design-patternsPublic

      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. cpp-static-analyzercpp-static-analyzerPublic

      Command-line C++17/20 static analyzer built on Clang LibTooling and AST Matchers, with a flagship cross-file lock-order-inversion rule found via Tarjan's SCC.

      C++ 1

    5. cuda-matmul-optimizercuda-matmul-optimizerPublic

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

      Cuda 1

    6. riscv-isa-simulatorriscv-isa-simulatorPublic

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

      C++ 2