Difference between revisions of "BFS, RCC for CPU"
Jump to navigation
Jump to search
[unchecked revision] | [checked revision] |
(Created page with "Primary author of this description: I.V.Afanasyev. == Software implementation of the algorithm: RCC for CPU == === Implementation peculiariti...") |
|||
Line 2: | Line 2: | ||
== Software implementation of the algorithm: RCC for CPU == | == Software implementation of the algorithm: RCC for CPU == | ||
− | |||
− | |||
− | |||
=== Locality of data and computations === | === Locality of data and computations === | ||
==== Locality of implementation ==== | ==== Locality of implementation ==== | ||
===== Structure of memory access and a qualitative estimation of locality ===== | ===== Structure of memory access and a qualitative estimation of locality ===== | ||
− | |||
===== Quantitative estimation of locality ===== | ===== Quantitative estimation of locality ===== | ||
− | |||
− | |||
=== Scalability of the algorithm and its implementations === | === Scalability of the algorithm and its implementations === | ||
Line 18: | Line 12: | ||
=== Dynamic characteristics and efficiency of the algorithm implementation === | === Dynamic characteristics and efficiency of the algorithm implementation === | ||
− | === | + | === Run results === |
[[Category:Articles in progress]] | [[Category:Articles in progress]] | ||
[[Ru:RCC для CPU]] | [[Ru:RCC для CPU]] |
Revision as of 15:57, 28 June 2022
Primary author of this description: I.V.Afanasyev.