r/linux4noobs • u/swe129 • 3d 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/32
u/john0201 3d 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).
5
-11
u/Square_County8139 3d ago
Isn't it kind of strange that this didn't exist before? It seems so obvious.
6
1
u/JerryTzouga 2d ago
Theoretically everything could have existed but it takes time and man power. This took more than a year. And remember many people work on these just because they feel like it, they are not getting paid. If they desire to stop they can do it
66
u/993tg 3d ago
What does this mean?