Relative Content

Tag Archive for performancerustoptimization

RAM sequential vs random writes of cacheline size

If I write (specifically recent x86 but interesting more generally) to RAM in “batches” with the same size as a cache line (e.g. an AVX512 vector) to memory that is gurenteed to not be read or written by any other thread (so no contention).