There has been a lot of discussion lately about Rust’s allocator story, and in particular our relationship to jemalloc. I’ve been trying to catch up, and I w... (more…)
Read more »
Haskell and Rust both support asynchronous programming. Haskell includes a feature called async exceptions, which allow cancelling threads, but they come at a cost. See how Rust does the same job, and the relative trade-offs of each approach. (more…)
Read more »
A CLI tool that converts images to ASCII art. Contribute to thed24/ascii-gen development by creating an account on GitHub. (more…)
Read more »
Open Data Structures (in Rust). Contribute to o8vm/ods development by creating an account on GitHub. (more…)
Read more »