Pinned Repositories
atomicbox
Safe atomic Box types for Rust
cell-gc
A very small GC in Rust, with a safe API
dht
Deterministic hash table (implementation and microbenchmarks)
es-spec-html
An HTML version of the ECMAScript draft specification autogenerated from the source
gc-in-50-lines
An example mark-and-sweep garbage collector in 50 lines of C++
js-loaders
Pseudoimplementation of the proposed ES6 module loaders.
peeredit
A toy collaborative text editor to illustrate CRDTs.
rust-raytrace
Rust implementation of "Ray Tracing In One Weekend" by Peter Shirley
talks
Some talks I've given
jorendorff's Repositories
jorendorff/talks
Some talks I've given
jorendorff/cell-gc
A very small GC in Rust, with a safe API
jorendorff/rust-raytrace
Rust implementation of "Ray Tracing In One Weekend" by Peter Shirley
jorendorff/atomicbox
Safe atomic Box types for Rust
jorendorff/advent-of-code
jorendorff/recipes
Algorithms I've implemented, involving food
jorendorff/aoc-parse
A little library for parsing your Advent of Code puzzle input
jorendorff/xr0
The Xr0 Verifier for C
jorendorff/crossjig
A word based jigsaw puzzle
jorendorff/incompavers
See https://github.com/rust-lang/rust-clippy/issues/9560
jorendorff/machine-learning
my ml play lab
jorendorff/c-float-assertion
Exhibit float addition being weird in C
jorendorff/cache
Cache dependencies and build outputs in GitHub Actions
jorendorff/cargo
The Rust package manager
jorendorff/cbindgen
A project for generating C bindings from Rust code
jorendorff/dotfiles
dotfiles are configuration files for unix/linux/mac. these are mine. you won't want them.
jorendorff/git-ignorance
a delta between what I used to know about git and what I know now
jorendorff/headtail
head and tail simultaneously
jorendorff/librdkafka-hang
Example showing a frozen librdkafka consumer
jorendorff/linguist
Language Savant. If your repository's language is being reported incorrectly, send us a pull request!
jorendorff/notify
🔭 Cross-platform filesystem notification library for Rust.
jorendorff/parse-and-order
serde deserialization interactive
jorendorff/pure-types
Generic implementation of pure type systems
jorendorff/rebase-merge-test
jorendorff/rust-rdkafka
A fully asynchronous, futures-based Kafka client library for Rust based on librdkafka
jorendorff/sinerider
💖 A game about love and graphing, built by teenagers. Play it now!
jorendorff/tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
jorendorff/tree-sitter-crasher
test case that crashes tree-sitter-c
jorendorff/tree-sitter-rust
Rust grammar for tree-sitter
jorendorff/wezterm
A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust