Comment by kajman
10 days ago
You may (or may not) find Paul McKenney's free book on parallel programming interesting - it has an unusual tone for a Computer Science textbook that made it less dry for me. There's a substantial section covering lock free structures.
https://mirrors.edge.kernel.org/pub/linux/kernel/people/paul...
I am aware of Paul McKenney's work yeah. Thanks for linking!