Performance comparison of a wide spectrum of web application frameworks and platforms using community-contributed test implementations. (more…)
Read more »
While trying to implement a long planned feature, an ad block in Angelfish, the Plasma Mobile webbrowser,
I was looking for a mostly complete and performant library that provides this functionality. (more…)
Read more »
In order to learn Rust better, I decided to rewrite one of my previous projects, Minefield Mahjong. The game was originally written in Python, so I had an opportunity to see which ideas translate well and what needs to be different. (more…)
Read more »
In this article we'll take a closer look at Rust's Ownership model and how it manages memory. (more…)
Read more »
There is a pretty straightforward design pattern called "out parameters" that
you may have heard of before. In short, the question is, does your function
wear pants... err, I mean, does your function modify data like this: (more…)
Read more »