24 days of Rust – rayon

Let me start this article with a confession: I suck at writing parallel code.
I have only a vague idea about mutexes, locks and other low level primitives
for handling data between threads. And since I work mostly with Python,
I tend to use multiprocessin…

Similar

Rust-GPU v0.2

Created by @bcata6 using rust-gpu (Rust source) with shaders originally from https://shadertoy.com/ Hello everyone, and welcome to the second release of rust-gpu! Our project aimed at making Rust a... (more…)

Read more »