m-j-w/CpuId.jl

Add function to detect destructive pointer associativity.

m-j-w opened this issue · 1 comments

m-j-w commented

When two pointers into an array match the same cache associativity bucket, cache performance goes down substantially. Add a function to detect a possible conflict using the cache associativity data.

m-j-w commented

This is more related to cache handling, this will go into the module CpuHints.jl.