jimblandy
Free/Open Source hacker. Mozillian. Author, with @jorendorff and @noracodes, of O'Reilly's Programming Rust.
MozillaPortland, OR
Pinned Repositories
chat
Toy chat client and servers, in both sync and async style.
context-switch
Comparison of Rust async and Linux thread context switch time.
DebuggerDocs
Mozilla JavaScript Debugging Documentation
exercises
Exercises for Rust tutorial
golly
Golly, a Game of Life simulator
idutils
GNU idutils
julia-glium
GPU-based live Julia set plotter, written in Rust using the glium OpenGL bindings.
perf-event
perf-event: a Rust interface to Linux performance monitoring
rbattle
Simple multiplayer real-time strategy game in Rust, for OSCON 2017.
spiral-calendar
Python code to generate a spiral-shaped calendar in SVG.
jimblandy's Repositories
jimblandy/advent-of-code-2018
Solutions for Advent of Code 2018 puzzles.
jimblandy/pdxrust-glium
Demo code for PDXRust Glium presentation.
jimblandy/mock-executor
A hand-written executor for Rust async tasks, and a MockFuture type to use for the primitive futures.
jimblandy/thread-memory
Measuring the minimal memory overhead of a Linux thread
jimblandy/tracy-rs
Rust bindings for the tracy realtime profiler
jimblandy/actix-web
Actix web is a small, pragmatic, and extremely fast rust web framework.
jimblandy/anyhow
Flexible concrete Error type built on std::error::Error
jimblandy/async-chat2
Fancy async chat based on async-std, with attempt at backpressure.
jimblandy/async-std
Async version of the Rust standard library
jimblandy/atomic-chunks-mut
A iterator over chunks of an array that can be shared between threads, and is lock-free.
jimblandy/atomicbox
Safe atomic Box types for Rust
jimblandy/futures-rs
Zero-cost futures and streams in Rust
jimblandy/gl-replay
Record and replay for implementations of the gleam::Gl trait.
jimblandy/glibc
GNU Libc
jimblandy/html5ever
High-performance browser-grade HTML5 parser
jimblandy/inotify
Idiomatic inotify wrapper for the Rust programming language
jimblandy/inotify-sys
Low-level inotify bindings for the Rust programming language
jimblandy/lalrpop
LR(1) parser generator for Rust
jimblandy/leb128
Read and write DWARF's "Little Endian Base 128" variable length integer encoding
jimblandy/mandelbrot
A Rust program that plots the Mandelbrot set, using various kinds of parallelism.
jimblandy/nix
Rust friendly bindings to *nix APIs
jimblandy/patterns
A catalogue of Rust design patterns
jimblandy/pdxrust-glium-meta
Notes and other metadata for PDXRust Glium presentation.
jimblandy/quick-protobuf
A rust implementation of protobuf parser
jimblandy/rust-fallible-iterator
jimblandy/rust-wasm-workshop
jimblandy/swgl-replay
Record and replay for WebRender's SWGL (Software GL)
jimblandy/tracy
C++ frame profiler
jimblandy/vulkano
Safe and rich Rust wrapper around the Vulkan API
jimblandy/vulkano-www