-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update: 2025-01-27 ~ 2025-02-02 (#75)
- Loading branch information
1 parent
abde334
commit ac6cde4
Showing
63 changed files
with
990 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
tags: | ||
- algorithm | ||
- algorithm-graph | ||
aliases: | ||
- Page Rank | ||
--- | ||
> [!info]- 참고한 것들 | ||
> - [조성문의 블로그](https://sungmooncho.com/2012/08/26/pagerank/) | ||
> - [원본 논문](http://infolab.stanford.edu/pub/papers/google.pdf) | ||
> [!fail]- 본 글은 #draft 상태입니다. | ||
> - [ ] 내용 추가 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions
8
...for Big Data Applications and Real NVM.md → ...el-Specific Register, MSR (Intel Arch).md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
tags: | ||
- os | ||
- paper-review | ||
- os-memory | ||
- arch | ||
- arch-intel | ||
aliases: | ||
- HeMem | ||
- Model-Specific Register | ||
- MSR | ||
--- | ||
> [!fail]- 본 글은 #draft 상태입니다. | ||
> - [ ] 내용 추가 |
14 changes: 14 additions & 0 deletions
14
content/gardens/arch/drafts/Non-Uniform Memory Access, NUMA (Arch).md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
tags: | ||
- arch | ||
- arch-memory | ||
aliases: | ||
- Non-Uniform Memory Access | ||
- NUMA | ||
- ccNUMA | ||
--- | ||
> [!info]- 참고한 것들 | ||
> - [어떤 블로그 글](https://brunch.co.kr/@dreaminz/4) | ||
> [!fail]- 본 글은 #draft 상태입니다. | ||
> - [ ] 내용 추가 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
tags: | ||
- arch | ||
- terms | ||
- arch-ilp | ||
aliases: | ||
- ILP | ||
- Scalar | ||
|
1 change: 1 addition & 0 deletions
1
...Instruction Multiple Data, SIMD (Arch).md → ...Instruction Multiple Data, SIMD (Arch).md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
--- | ||
tags: | ||
- arch | ||
- arch-ilp | ||
date: 2024-07-23 | ||
aliases: | ||
- SIMD | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
tags: | ||
- arch | ||
- arch-cpu | ||
date: 2025-01-27 | ||
aliases: | ||
- Uncore Frequency | ||
- Ringbus Frequency | ||
- Uncore | ||
--- | ||
> [!info]- 참고한 것들 | ||
> - [어떤 커뮤니티](https://forums.tomshardware.com/threads/what-is-uncore-how-is-it-relevant-to-overclocking.2094084/post-14207130) | ||
> - [위키](https://en.wikipedia.org/wiki/Uncore) | ||
## Not-core | ||
|
||
- 이놈은 CPU 에서 Core 와 분리된 component 들을 일컫는 Intel 의 용어이다. | ||
- 대략 CPU 내의 [[L1, L2, L3 Cache (Arch)|L3 Cache]] 나, memory controller (만약에 이놈이 CPU 에 붙어있는 경우) 등이다. | ||
- 그리고 이놈에 대한 frequency 를 *Uncore Frequency* 라고 부르는데, *Ringbus Frequency* 라고 부르기도 한다고 한다. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
...tion/papers/drafts/(논문) Speedy transactions in multicore in-memory databases.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
tags: | ||
- database | ||
- db-transaction | ||
aliases: | ||
- Silo | ||
title: (논문) Speedy transactions in multicore in-memory databases (SOSP'13) | ||
--- | ||
> [!info] Silo 링크 | ||
> - [논문](https://dl.acm.org/doi/10.1145/2517349.2522713) | ||
> - [코드](https://github.com/stephentu/silo) | ||
> [!fail]- 본 글은 #draft 상태입니다. | ||
> - [ ] 내용 추가 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.