Hacker News new | ask | show | jobs
Synchronization primitives in the Linux kernel, Part 4 (github.com)
58 points by 0xAX 3697 days ago
1 comments

from UC Berkeley OS lectures on YouTube: "everything in an OS is either a cache or a queue."
There's no either because caches are queues in disguise

http://highscalability.com/blog/2016/1/25/design-of-a-modern...