Readings

Intro

Hey everyone! If you know me, you know I’m all about storage engines, distributed systems, complex stuff. To really get the understanding of these systems right, you need a rock-solid understanding of lock-free and wait-free data structures.

My Learning Path

So, I’m on a mission to learn everything I can about these concurrent data structures. I’m reading papers, scouring blogs, and – this is the fun part – building my own implementations in Rust (gotta love that language!).

I’ll be open-sourcing my code and writing about what I learn. Expect breakdowns of the research papers and my own struggles and ‘aha!’ moments.

You might be wondering why I’m not dropping specific papers yet. Honestly, I want to make sure I’m recommending the BEST resources. Once I’ve found those gems, you’ll be the first to know.

Sound Like Your Thing?

If lock-free data structures, distributed systems, or seeing someone learn this stuff in real-time sounds interesting, stay tuned!

Github Repo

For the time being you can visit this repo to have a look of the papers Collection of papers

Go to top