The Rust community has been hard at work on our 2017 roadmap, but as we come
up on the final quarter of the year, we’re going to kick it into high gear—and
we want you to join us! (more…)
Read more »
Renato Athaydes' Personal Website. Computer Science, programming and all that stuff. (more…)
Read more »
I have done something very foolish. I've started building a new web browser. From scratch. Not a new wrapper around Chromium or WebKit or Gecko. No, an actual new browser. Why have I done such a thing?! (more…)
Read more »
A canvas environment for Node.js. Contribute to samizdatco/skia-canvas development by creating an account on GitHub. (more…)
Read more »
In part one, we defined a Grid trait and implemented it using 1D and 2D vectors. Benchmarks revealed that a 1D vector was a better choice than a nested 2D vector. In this post, we'll write a new implementation that uses arrays instead of Vec. This should ... (more…)
Read more »