Explore >> Select a destination


You are here

blog.nelhage.com
| | sergioprado.blog
2.8 parsecs away

Travel
| | Have you ever wondered how the Linux kernel is tested?
| | www.evanjones.ca
3.1 parsecs away

Travel
| | [AI summary] The post explains how using huge pages in virtual memory can improve CPU performance by reducing translation lookaside buffer (TLB) misses, while discussing potential downsides like memory fragmentation and compatibility issues with certain software patterns.
| | manybutfinite.com
2.5 parsecs away

Travel
| | After examining the virtual address layout of a process, we turn to the kernel and its mechanisms for managing user memory. Here is gonzo again: Linux processes are implemented in the kernel as insta
| | ponyfoo.com
24.4 parsecs away

Travel
| [AI summary] This technical article explains the async/await feature in JavaScript, detailing its relationship with Promises and generators, and provides code examples demonstrating how to handle asynchronous operations, concurrent tasks, and errors.