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

Block or report czhao-dev

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

  3. lsm-tree-kv-store lsm-tree-kv-store Public

    A Log-Structured Merge-tree (LSM-tree) key-value store built from scratch (WAL, memtable, SSTables, bloom filters, compaction).

    Rust 1

  4. distributed-container-orchestrator distributed-container-orchestrator Public

    A declarative infrastructure control plane: Deployment scheduling, Node registration and heartbeating, desired-state reconciliation, failure recovery, label-based Service discovery, and health-awar…

    Go 1

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

  6. message-queue message-queue Public

    A single-node message queue in Java: segmented log storage with a sparse index, a custom binary protocol over Netty, consumer groups, and offset management.

    Java 1