/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

www.internalpointers.com
| | antonym.org
2.5 parsecs away

Travel
| | This article continues the series on threading with Boost, by looking indepth at several sample programs which illustrate different aspects ofmutexes. We lo...
| | uraimo.com
2.7 parsecs away

Travel
| | There are a few alternatives regarding how to handle concurrency from Swift, this article will discuss everything you have at your disposal right now, to prepare the ground to the next part of this series that will discuss what is likely to come next.
| | justinpombrio.net
2.0 parsecs away

Travel
| |
| | blog.nelhage.com
23.3 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...