Settings

Theme

Epoll and Kqueue: How Operating Systems Learned to Wait Efficiently

thecodinggopher.substack.com

2 points by syntacticbs 25 days ago · 1 comment

Reader

amabito 25 days ago

One thing I find fascinating about epoll/kqueue is how much modern async frameworks abstract away the underlying readiness model.

A lot of people talk about “async performance” without realizing the core efficiency gain came from avoiding O(n) scans on idle FDs.

Curious how many higher-level runtimes still leak edge-triggered vs level-triggered semantics in subtle ways.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection