Pinned Loading
-
llvm-c-compiler-toolchain
llvm-c-compiler-toolchain PublicA small C toolchain built from scratch: a preprocessor, a LLVM compiler, a static analyzer, and a Makefile build tool.
C++ 1
-
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
-
distributed-lsm-kv
distributed-lsm-kv PublicA distributed, Raft-replicated LSM-tree key-value store built from scratch in Rust: WAL, memtable, SSTables, bloom filters, compaction, and Multi-Raft sharding/replication over gRPC.
Go 1
-
container-runtime
container-runtime PublicA minimal container runtime CLI in Go: Linux namespaces, pivot_root filesystem jailing, cgroups v2 resource limits, and interactive PTY passthrough — no image management, overlayfs, or daemon.
Go 1
-
cuda-matmul-optimizer
cuda-matmul-optimizer PublicStep-by-step CUDA matmul optimization (naive → tiled → vectorized → coarsened, benchmarked vs. cuBLAS) plus a safe, zero-overhead Rust wrapper around the kernels.
Cuda 1
-
tensor-graph-inference-engine
tensor-graph-inference-engine PublicHeader-only, CPU-only, zero-allocation static-graph neural network inference engine in C++: an offline compiler quantizes weights to INT8 and pre-plans a single memory arena via tensor-lifetime ana…
C++ 1
If the problem persists, check the GitHub status page or contact support.
