as devices get extremely fast, interrupt-driven work is no longer as efficient as polling for completions — a common theme that underlies the architecture of performance-oriented I/O systems.
How io_uring and eBPF Will Revolutionize Programming in Linux
from Glauber Costa
Filed under:
Same Source
Related Notes
- In Eliyahu M. Goldratt's "Theory of Constraints", you...from ycombinator.com
- Nathan's four Laws of Software: 1. **Software is a gas** ...from Jeff Atwood
- > Software with fewer concepts composes, scales, and evolves mor...from oilshell
- few days ago I did something that I never thought I’d do again, and...from brandur.org
- Amdahl's law is often used in [parallel computing](https://en.w...from en.wikipedia.org
- But the thing about state-sponsored attacks is that they’re a bit l...from Matt Webb
- [CAP theorem](https://en.wikipedia.org/wiki/CAP_theorem) is perhaps...from apenwarr.ca
- These are qualities of a good system that we should strive to fulfi...from Josh Beckman