github.com/rse-standrewscs/shallow-water TL;DR: Rewriting isn’t always bad, Amdahl’s Law is important and memory bandwidth is a potential bottleneck when doing many simple double precision math operations
Introduction As part of an Undergraduate Research ... (more…)
Read more »
Wayland and the associated libraries are a little bit of a moving target. This information is, as far as I know, up to date as of May 2020. (more…)
Read more »
Complete Ethereum & Celo library and wallet implementation in Rust. https://docs.rs/ethers - GitHub - gakonst/ethers-rs: Complete Ethereum & Celo library and wallet implementation in Rust. ... (more…)
Read more »
Two years ago, I had a blog entry describing falling in love with Rust. Of course, a relationship with a technology is like any other relationship: as novelty and infatuation wears off, it can get on a longer term (and often more realistic and subdued) ... (more…)
Read more »
I've implemented coroutines and python like generators in Rust (with a bit of
assembly). This code was done as a learning exercise more than as something
intended for production. There are already several libraries in Rust that do
approximately the same ... (more…)
Read more »