Skip to content

Commit b27b799

Browse files
committed
english
1 parent 066bd0a commit b27b799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-01-19-DOPvsOOP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ OOP (Good Order by DOP) Execution time: 0.00575244 seconds
173173

174174
Again a better result. This indicates that we are not thinking nonsense, but we can go even further, and this is just transfering to code naive knowledge about CPU architecture...
175175

176-
> Note: Con el comando ```$ lscpu``` you can view the information about my CPU, to see the size in bytes that the CPU queries in each cycle, in order to know how to maximize the efficiency of my structure to avoid unnecessary gaps and perform operations in the fewest number of cycles (L1 and L2 cache sizes, 64-bit data bus size, etc.).
176+
> Note: With the command ```$ lscpu``` you can view the information about my CPU, to see the size in bytes that the CPU queries in each cycle, in order to know how to maximize the efficiency of my structure to avoid unnecessary gaps and perform operations in the fewest number of cycles (L1 and L2 cache sizes, 64-bit data bus size, etc.).
177177
178178
### ```Entity_OOP_GoodWithFooPadding```
179179
Now we manually add the necessary padding to align the data with the 64-bit boundaries of our CPU's memory architecture:

0 commit comments

Comments
 (0)