Adding garbage collection to our Rust-based interpreters with MMTk

This is a blog post about the garbage collection framework MMTk and my experience implementing it into our own Rust-based intepreters. We talk about Rust a lot here, but we forgo a lot of its guarantees, for better or for worse, but definitely for perform… Read more

Similar

A dataframe for Rust

Recently, I’ve been working on a Rust crate for tabular data manipulation. I’m excited to share the current state of the project.

Read more »

Playing Codenames with Rust

I love playing board games. I love machine learning. I love Rust. So why not combine them and do something really fun? So I ran a word vector analogy query and I got back: machine learning + board games - Rust = Codenames So let's implement Codenames in ... (more…)

Read more »