Skip to content
EECS 4340 Final Review

Skewed-associative cache

Tag: skewed-associative

Aliases: Seznec skewed cache

A set-associative cache in which each way uses a different hash function to compute its index, so two addresses that collide in one way almost certainly do not collide in others. Achieves near-conventional miss rates with lower associativity.

Lecture references