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 »
Reflection is something a lot of people wish the Rust language had: It is not hard to stumble across somebody with an interesting use case for it. (more…)
Read more »
🔔 FOLLOW RUSTLAB CHANNEL 🔔ABSTRACT:Building reliable distributed systems is extremely challenging. Every await point in a codebase creates an explosion of... (more…)
Read more »
It was recently discovered that some surprising operations on Rust’s standard hash table types could go quadratic.
Perhaps the simplest illustration is this snippet from a comment, here simplified...
Read more »
Apache Arrow 2.0.0 is a significant release for the Apache Arrow project in general (release notes), and the Rust subproject in particular, with almost 200 issues resolved by 15 contributors. In this blog post, we will go through the main changes affectin... (more…)
Read more »