/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
| | prodfiler.com
2.2 parsecs away

Travel
| |
| | www.evanjones.ca
1.7 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.
| | www.lukas-barth.net
1.1 parsecs away

Travel
| | If you build an application that uses large, contiguous amounts of memory, it can increase your performance if you allocate this memory in so-called huge pages. Linux offers you two ways of doing that - a legacy way and a modern way. This article describes the modern way of using huge pages, so called transparent huge pages (THP) and applies the techniques from a previous article to verify that we actually got huge pages. The article starts by giving a super-short recap on how paging works and why huge p...
| | blog.oddball.tech
11.6 parsecs away

Travel
| `gregkh` has some opinions about what version of the Linux kernel you should use. I largely agree, but I think we can go further.