daqwes's Stars
davidlattimore/wild
A very fast linker for Linux
nadavrot/bistra
Bistra is a domain-specific language designed to generate high-performance kernels (such as GEMMs, convolutions, etc). The program is designed to allow powerful compiler optimizations and code generation that are not possible in C. The tool can auto-tune GEMM kernels to around 90% of peak performance (on X86/AVX2) within seconds.
Manishearth/rust-gc
Simple tracing (mark and sweep) garbage collector for Rust
haampie/libtree
ldd as a tree
ogxd/gxhash
The fastest hashing algorithm 📈
mcy/best
The Best Library: a C++ STL replacement
NVIDIA/cuCollections
google/gwpsan
GWPSan: Sampling-Based Sanitizer Framework
LadybirdBrowser/ladybird
Truly independent web browser
Qiskit/rustworkx
A high performance Python graph library implemented in Rust.
pveentjer/Rust-based-ARM-emulator
A bogus CPU emulator written in Rust.
koute/bytehound
A memory profiler for Linux.
NVIDIA/cccl
CUDA Core Compute Libraries
HigherOrderCO/Bend
A massively parallel, high-level programming language
Snektron/pareas
GPU-accelerated compiler
sirupsen/napkin-math
Techniques and numbers for estimating system's performance from first-principles
makepad/stitch
Stitch is an experimental Wasm interpreter written in Rust that is designed to be very fast and lightweight.
rdjondo/cplings
Small exercises to get you used to reading and writing C++ code!
andylolu2/simpleGEMM
The simplest but fast implementation of matrix multiplication in CUDA.
mainmatter/100-exercises-to-learn-rust
A self-paced course to learn Rust, one exercise at a time.
jonhoo/inferno
A Rust port of FlameGraph
exaloop/codon
A high-performance, zero-overhead, extensible Python compiler using LLVM
danluu/debugging-stories
A collection of debugging stories. PRs welcome (sorry for the backlog) :-)
embassy-rs/embassy
Modern embedded framework, using Rust and async.
trifectatechfoundation/teach-rs
A modular, reusable university course for Rust
Gankra/abi-cafe
Pair your compilers up at The ABI Cafe!
srush/GPU-Puzzles
Solve puzzles. Learn CUDA.
srush/Autodiff-Puzzles
rust-lang/rustc_codegen_gcc
libgccjit AOT codegen for rustc
Rust-GCC/gccrs
GCC Front-End for Rust