nnethercote
@vectorware-inc and @rust-lang. Previously worked on Valgrind and Firefox. he/him
@futurewei-techMelbourne, Australia
Pinned Repositories
counts
A tool for ad hoc profiling
dhat-rs
Heap profiling and ad hoc profiling for Rust programs.
nnethercote.github.io
perf-book
The Rust Performance Book
rust
a safe, concurrent, practical language
rustc-perf
Website for graphing performance of rustc
tlborm
The Little Book of Rust Macros(Updated)
yansi
A dead simple ANSI terminal color painting library for Rust.
nnethercote's Repositories
nnethercote/perf-book
The Rust Performance Book
nnethercote/dhat-rs
Heap profiling and ad hoc profiling for Rust programs.
nnethercote/counts
A tool for ad hoc profiling
nnethercote/nnethercote.github.io
nnethercote/rav1d
An AV1 decoder in Rust.
nnethercote/rust
a safe, concurrent, practical language
nnethercote/rust-gpu-shadertoys
shadertoy.com shaders ported to Rust-GPU
nnethercote/rustc-perf
Website for graphing performance of rustc
nnethercote/arbitrary
Generating structured data from arbitrary, unstructured input.
nnethercote/bitflags
A macro to generate structures which behave like bitflags
nnethercote/c2rust
Migrate C code to Rust
nnethercote/cargo
The Rust package manager
nnethercote/cargo-fuzz
Command line helpers for fuzzing
nnethercote/cfg-if
A if/elif-like macro for Rust #[cfg] statements
nnethercote/constrandom
Macro to generate random constants in Rust https://xkcd.com/221/
nnethercote/embassy
Modern embedded framework, using Rust and async.
nnethercote/learn-wgpu
Guide for using gfx-rs's wgpu library.
nnethercote/mctp-rs
Rust crates for MCTP protocol support, on Linux and embedded
nnethercote/quote
Rust quasi-quoting
nnethercote/rust-clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
nnethercote/Rust-CUDA
Ecosystem of libraries and tools for writing and executing fast GPU code fully in Rust.
nnethercote/rust-gpu
🐉 Making Rust a first-class language and ecosystem for GPU shaders 🚧
nnethercote/rust-gpu-chimera
Demo project showing a single Rust codebase running on CPU and directly on GPUs
nnethercote/rust-smallvec
"Small vector" optimization for Rust: store up to a small number of items on the stack
nnethercote/rustc-hash
Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure
nnethercote/spdx-rs
Parse SPDX Documents to Rust strcts.
nnethercote/stdarch
Rust's standard library vendor-specific APIs and run-time feature detection
nnethercote/syn
Parser for Rust source code
nnethercote/thin-vec
A Vec That Has a Smaller size_of
nnethercote/uom
Units of measurement -- type-safe zero-cost dimensional analysis