cpu-cache

Tag

Cards List
#cpu-cache

Textbook review: Is Parallel Programming Hard, And, If So, What Can You Do About It?

Lobsters Hottest · 13h ago Cached

The author reviews the free online textbook 'Is Parallel Programming Hard, And, If So, What Can You Do About It?' by Paul E. McKenney, discussing its focus on lock-free concurrency and CPU cache effects, and shares personal context about reading it during a vacation.

0 favorites 0 likes
#cpu-cache

@shubh6200: Pure goldmine for performance engineering. I’ve been going through Algorithmica’s HPC series, and the CPU cache section…

X AI KOLs Timeline · 2026-09-08 Cached

The tweet recommends Algorithmica's HPC series section on CPU cache, detailing concepts like latency, memory access patterns, and theoretical latency to help write faster software.

0 favorites 0 likes
#cpu-cache

Understanding Computer Memory Architecture and SSD Internals

Hacker News Top · 2026-09-06 Cached

An educational article explaining the fundamentals of computer memory architecture, including memory hierarchy, CPU cache design, and SSD internals.

0 favorites 0 likes
#cpu-cache

Data Access Patterns That Makes Your CPU Really Angry

Lobsters Hottest · 2026-06-27 Cached

The article explores constructing the slowest possible data access pattern for summing integers in an array by exploiting CPU cache behavior, demonstrating that a carefully crafted pattern can be over 30% slower than randomized access.

0 favorites 0 likes
#cpu-cache

@vivekgalatage: Memory organization with Algorithmica is one resource that keeps shining. https://en.algorithmica.org/hpc/cpu-cache/

X AI KOLs Timeline · 2026-06-04 Cached

A recommendation for the Algorithmica resource on CPU cache memory organization, which provides detailed experimental analysis and optimization techniques for in-memory algorithms.

0 favorites 0 likes
← Back to home

Submit Feedback