Skip to content

Commit cf6379b

Browse files
committed
spaces
1 parent 24e3339 commit cf6379b

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

_posts/2025-01-19-DOPvsOOP.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,26 @@ For the curious, this is my machine:
2626
$ uname -a
2727
```
2828
```text
29-
Linux pop-os 6.9.3-76060903-generic #202405300957~1732141768~22.04~f2697e1 SMP PREEMPT_DYNAMIC Wed N x86_64 x86_64 x86_64 GNU/Linux
29+
Linux pop-os 6.9.3-76060903-generic #202405300957~1732141768~22.04~f2697e1 SMP PREEMPT_DYNAMIC Wed N x86_64 x86_64 x86_64 GNU/Linux
3030
```
3131
```bash
3232
$ lscpu | grep -E 'Architecture|Cache|CPU|Model|NUMA|cache|L1|L2|L3'
3333
```
3434
```text
35-
Architecture: x86_64
36-
CPU op-mode(s): 32-bit, 64-bit
37-
CPU(s): 4
38-
On-line CPU(s) list: 0-3
39-
Model name: 12th Gen Intel(R) Core(TM) i7-12650H
40-
CPU family: 6
41-
Model: 154
42-
L1d cache: 192 KiB (4 instances)
43-
L1i cache: 128 KiB (4 instances)
44-
L2 cache: 5 MiB (4 instances)
45-
L3 cache: 96 MiB (4 instances)
46-
NUMA node(s): 1
47-
NUMA node0 CPU(s): 0-3
48-
Vulnerability L1tf: Not affected
35+
Architecture: x86_64
36+
CPU op-mode(s): 32-bit, 64-bit
37+
CPU(s): 4
38+
On-line CPU(s) list: 0-3
39+
Model name: 12th Gen Intel(R) Core(TM) i7-12650H
40+
CPU family: 6
41+
Model: 154
42+
L1d cache: 192 KiB (4 instances)
43+
L1i cache: 128 KiB (4 instances)
44+
L2 cache: 5 MiB (4 instances)
45+
L3 cache: 96 MiB (4 instances)
46+
NUMA node(s): 1
47+
NUMA node0 CPU(s): 0-3
48+
Vulnerability L1tf: Not affected
4949
```
5050

5151
## Hands-on code

0 commit comments

Comments
 (0)