Примеры использования Spatial locality на Английском языке и их переводы на Русский язык
{-}
-
Official
-
Colloquial
Such a set of accesses has a high spatial locality but a low temporal one.
The accesses to this array are characterized by a high spatial locality.
Thus, both parts have very high spatial locality due to the sequential search.
It seems, that low temporal locality is compensated by spatial locality.
Thus, the spatial locality of this fragment is not bad, but its temporal locality is rather low.
However, this distinction has a little effect on the spatial locality and on the temporal locality. .
Since this profile is based on a sequential search through the array elements,we can say the fragment has high spatial locality.
This fragment also has a high spatial locality, but the temporal locality is lower than in Fragment 1.
When viewing Fragment 2 in general, the main impact comes from parts 1 and 2;therefore we can say this fragment has high temporal and spatial locality.
As a result, we can conclude that Fragment 1 has a high spatial locality, and high temporal locality. .
This stage possesses a higher spatial locality, since the references are grouped in clusters whose structures are similar.
On the whole,one can say that the memory accesses in this program have a high spatial locality and a satisfactory temporal locality. .
This fragment also has high spatial locality, but low temporal locality, as each element is only addressed twice.
Compared to Fragment 4, this fragment has almost the same spatial locality, but with higher temporal locality. .
This fragment possesses a good spatial locality, since the step in memory between the adjacent memory references is not large; however, its temporal locality is bad, since the data are rarely reused.
If this is true, then this profile has a high spatial locality but a fairly low temporal locality. .
It is clear that thanks to high spatial locality, performance of this program is rather good, on a par with a CG test from the NPB test set.
Some GPUs store texture maps in Z-order to increase spatial locality of reference during texture mapped rasterization.
Such a profile is characterized by a high spatial locality, since the elements are searched in succession, and by a sufficiently high temporal locality, since the repeated references are made to the same elements at each iteration.
This profile is characterized by high spatial locality and very low temporal locality, as there are no recursive calls to elements.
This fragment is characterized by high spatial locality and low temporal locality since practically no repeated calls to elements are done.
Thus, on the whole, this fragment has a high spatial locality(both parts are successive sortings) but a medium temporal locality. .
In this case,due to the high interval, spatial locality is low and there is no temporal locality either as the search is only done once.
Thus, the general profile has a high spatial locality and a medium temporal locality because certain entries are immediately used again.
Compared to the previous fragment, this profile has lower spatial locality, as there is a large interval between the elements searched, and very low temporal locality, as each iteration accesses new elements.
Hence, we can conclude that the second stage of fragment 4 possesses a sufficiently high spatial locality, since each cluster contains linear search operations, but the temporal locality is low, since the repeated references are almost absent.
All of this says that the two arrays under discussion have a very low locality both spatial and temporal.
Such a profile has a very high locality(both spatial and temporal) regardless of the structure of accesses.
Thus, one can confidently state, in this case, that the locality(both spatial and temporal) is very high.
Such fragment has very high spatial and very low time locality data isn't accessed repeatedly.