Обложка канала

Библиотека C/C++ разработчика

14677 @cppproglib

Полезные материалы по всему, что может быть полезно плюсовику/сишнику.

Библиотека C/C++ разработчика

4 года назад
Открыть в
Для производительности программного обеспечения важен способ доступа к данным. johnnysswlab.com/for-sof…-matters
For Software Performance, the Way Data is Accessed Matters! - Johnny's Software Lab

In our experiments with the memory access pattern, we have seen that good data locality is a key to good software performance. Accessing memory sequentially and splitting the data set into small-sized pieces which are processed individually improves data locality and software speed. In this post, we will present a few techniques to improve the… Read

Johnny's Software Lab