Search Results

mblocks - A Multi-Threaded Status Monitor for dwm

October 21, 2022 at 12:07 AM, by Mehdi
programming rust status monitor dwm

Publication of mblocks, a multi-threaded memory-safe status monitor for dwm and other window managers, written in Rust.

How to parallelize computation across CPU threads in python?

April 14, 2020 at 01:00 AM, by Mehdi
programming python

Parallel computing is of paramount importance for the scientific community as it allows to carry the execution of calculations simultaneously, leading to a significant cut in computation time. In this post, I will show you how I parallelize computation across the CPU threads using python. I will illustrate the latter through an example: the estimation of Pi using Monte Carlo simulation.