Skip to content

Commit 58e2740

Browse files
committed
Typos
1 parent cf6379b commit 58e2740

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
@@ -8,7 +8,7 @@ description: An practical introduction to the useful programming concept of DOP
88

99
## Introduction
1010

11-
**Memory alignment matters. And it gets worse at a large scale. As someone said, 1 ms could make the difference between getting frustrated or not waiting for Word to open.**
11+
**Memory alignment matters. And it gets worse at a large scale. As someone said, 1 ms could make the difference between getting frustrated or not, when waiting for Word to open.**
1212

1313
In this post, we will experiment with how the alignment of attributes in classes/structures affects the computational cost of code (in C++) in terms of execution time.
1414

0 commit comments

Comments
 (0)