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
- cpp-static-analyzer
cpp-static-analyzer PublicCommand-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
- 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.
Uh oh!
There was an error while loading. Please reload this page.
