Sean Chen's repositories
arrayvec
A vector with a fixed capacity. (Rust)
complexity
Compute asymptotic complexity of simple Python functions (ast.parse + sympy)
concurrent-bag
A lock-free concurrent bag data structure implemented in Rust
const-arrayvec
Following along with Michael Bryan's ArrayVec tutorial: http://adventures.michaelfbryan.com/posts/const-arrayvec/
github-template
A template project for use with cargo-generate: https://crates.io/crates/cargo-generate
monkey-compiler
A Rust port of the Monkey compiler
nested-data-exercises
Nested Object & Array Exercises in JavaScript!
parallel-conway
A parallel implementation of Conway's Game of Life rendered using Piston.
prefix_sum
A prefix sum implementation rust.
rayon
Rayon: A data parallelism library for Rust
RSD
Really Simple Database in Rust (Based on tzaeru's VSD-RS project)
rust-n-tree
A quadtree-like structure of arbitrary arity
safe-graph
Rust implementation of Graph (refactored version of GraphMap from petgraph).
shifgrethor
garbage collection
simple-js-linter
An opinionated, lightweight, no-frills JS linter implemented in Rust.
sorting-visualization
A Rust program for visualizing sorting algorithms which uses Piston for graphics. Inspired by https://github.com/Hopson97/Sort-Algorithm-Visualiser.
sudoku-solver
A Sudoku solver in Rust
wasm-rust-chip8
A WebAssembly CHIP-8 emulator written with Rust
wbg-rand
Random numbers for wasm32-unknown-unknown in Rust