/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

tomaugspurger.net
| | masnun.rocks
4.6 parsecs away

Travel
| | Whovian, *nixer, business graduate, passionate software craftsman
| | hypernephelist.com
5.9 parsecs away

Travel
| | In a recent project, we worked with our customer on a sustainability project whose goal was to leverage geospatial and climate data to build a platform to pe...
| | stefan-marr.de
5.7 parsecs away

Travel
| | A look into the implementation details of CPython's Global Interpreter Lock (GIL) and how they changed between Python 3.9 and the current development branch that will become Python 3.13.
| | www.lukas-barth.net
24.4 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...