Improving the benchmarks of our Billion Row Challenge, and playing with some improved implementations. Follow me on mastodon: @andybalaam@mastodon.so… ...more
Implementing our own versions of standard types can help us understand how they work a bit better. This time we'll make a new string type called Ascii… ...more
Last time we did the hard work, so this time we can focus directly on writing a fun game of Snake using pure Rust, running in a browser canvas via WAS… ...more
If you're developing an Android application that talks to a server, you may well want to run the server locally and talk to it from your Android emula… ...more
I love writing Rust, and I love writing simple games, so let's combine the two by showing how to make a tiny game framework with these properties: 99… ...more