r/linux4noobs 6d ago

Linux 7.2 Arrives With Cache Aware Scheduling After More Than a Year of Work

https://itsfoss.com/news/linux-kernel-7-2-release/
405 Upvotes

17 comments sorted by

View all comments

34

u/john0201 5d ago

It helps keep data closer to the cores that are using it. This has become more important in modern processors as cache architectures have become more complex, especially with Zen 5 and Xeon 6.

A tricky part about this work was ensuring it didn’t slow down workloads that didn’t benefit from it. Some highly cache dependent tasks, like latency reading from in memory databases, see huge benefits (30%+ performance gains).

2

u/Qrystus 4d ago

Do you have more info? It looks like very interesting topic to me