/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

rigtorp.se
| | membarrier.wordpress.com
1.9 parsecs away

Travel
| | In the previous post we saw how the memory management unit (MMU) uses page tables to translate virtual addresses into physical ones. We will now consider the various features that such a translation enables in an operating system. In the discussion below, it is important to remember that the granularity of translation is a single...
| | blog.nelhage.com
1.7 parsecs away

Travel
| | tl;dr "Transparent Hugepages" is a Linux kernel feature intended to improve performance by making more efficient use of your processor's memory-mapping hardware. It is enabled ("enabled=always") by default in most Linux distributions. Transparent Hugepages gives some applications a small performance improvement (~ 10% at best, 0-3% more typically), but can cause significant performance problems, or even apparent memory leaks at worst. To avoid these problems, you should set enabled=madvise on your server...
| | manybutfinite.com
1.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
| | www.dotnet-tv.com
21.1 parsecs away

Travel
| [AI summary] The post discusses the Nemerle programming language, highlighting its features and capabilities as a .NET platform language.