Pinned Loading
-
concurrent-schedulers
concurrent-schedulers PublicA 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
-
thread-local-allocator
thread-local-allocator PublicThread-local memory allocator in C11: per-thread cache (tcmalloc-style), slab allocator, and boundary-tag free list with O(1) coalescing
C 1
-
ai-ml-design-patterns
ai-ml-design-patterns PublicA 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
-
llvm-c-compiler-toolchain
llvm-c-compiler-toolchain PublicA small C toolchain built from scratch: a preprocessor, an LLVM compiler, a linker, and a Makefile build tool.
C++ 1
-
cuda-matmul-optimizer
cuda-matmul-optimizer PublicStep-by-step CUDA matmul optimization (naive → tiled → vectorized → coarsened), benchmarked against a CPU baseline and cuBLAS.
Cuda 1
-
riscv-isa-simulator
riscv-isa-simulator PublicA lightweight RV32I instruction set simulator in C++17 with a CLI, instruction decoder, and test suite.
C++ 2
If the problem persists, check the GitHub status page or contact support.
