|
You are here |
stribny.name | ||
| | | | |
0x00.cl
|
|
| | | | | Tomas Gutierrez L. personal website (0x00) | |
| | | | |
www.justus.pw
|
|
| | | | | [AI summary] This article explains how to use Python's disassembly library to inspect and understand CPython's byte code, including examples of disassembling a simple function. | |
| | | | |
quanttype.net
|
|
| | | | | [AI summary] A developer shares their frustrations with Python's limitations in debugging, deployment, concurrency, and language features compared to alternatives like Clojure and Go. | |
| | | | |
www.lukas-barth.net
|
|
| | | 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... | ||