Skip to content

Commit

Permalink
update content
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-jonghoonpark committed Mar 15, 2024
1 parent df2b2f6 commit ed2df1c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _posts/2024-03-15-java-l1-cache-miss.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,16 @@ public class Caching {

하지만 실제로 실행을 해보면 생각외로 큰 차이는 없다.

```
Line: 487481 ns ; Item: 452421
Line: 425039 ns ; Item: 428397
Line: 415447 ns ; Item: 395332
Line: 372815 ns ; Item: 397519
Line: 366305 ns ; Item: 375376
Line: 332249 ns ; Item: 330512
...
```

![result](/assets/images/2024-03-15-java-l1-cache-miss/result.png)

### touchEvenyItem() 이 touchEveyLine() 보다 16배 더 오래걸리지 않는 이유는 무엇일까?
Expand Down

0 comments on commit ed2df1c

Please sign in to comment.