#1113 Link uml-reverse-mapper created class diagrams to readme, where needed
This commit is contained in:
@ -15,6 +15,8 @@ Accelerate memory access by arranging data to take advantage of CPU caching.
|
||||
|
||||
Modern CPUs have caches to speed up memory access. These can access memory adjacent to recently accessed memory much quicker. Take advantage of that to improve performance by increasing data locality keeping data in contiguous memory in the order that you process it.
|
||||
|
||||
## Class diagram
|
||||

|
||||
|
||||
## Applicability
|
||||
|
||||
|
Reference in New Issue
Block a user