Home
Welcome to Parallelogram, a blog about parallel / concurrent programming. I'm planning to do kind of a lab and document my learning process in the posts listed below.
As a developer I have experience with Java and Python but I didn't have much exposure to parallel or concurrent programming. My plan is to work through books like:
- Mattson et al. 2005: Pattern for parallel programming
- Goetz 2006: Java concurrency in practice
- Marlow 2013: Parallel and concurrent programming in Haskell
to name just a few. Also, I'm going to learn Haskell in the process.
Ideally, a post will consist of a short summary of a given topic and the description of a practical application in one or more of the languages I use, and if possible, using different concurrency models.
Posts
- Introduction to the machinery - May 31, 2020