/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

fgiesen.wordpress.com
| | surfingcomplexity.blog
2.0 parsecs away

Travel
| | My colleagues recently wrote a great post on the Netflix tech blog about a tough performance issue they wrestled with. They ultimately diagnosed the problem as false sharing, which is a performance problem that involves caching. I'm going to take that post and write a simplified version of part of it here, as an exercise...
| | dgraph.io
3.7 parsecs away

Travel
| | [AI summary] The text provides an in-depth overview of the Ristretto cache library, highlighting its design and features. It discusses the implementation of TinyLFU and Sampled LFU for efficient cache admission and eviction policies, along with optimizations such as bloom filters, metrics tracking, and avoiding false sharing. The text also includes benchmark comparisons with other Go caches and outlines future improvements and potential applications.
| | paul.bone.id.au
2.4 parsecs away

Travel
| | CPU-bound performance often involves CPU caches. So lets dive in to CPU caches, some basics of how they're implemented, how they keep a consistent view...
| | adambard.com
38.6 parsecs away

Travel
|