docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
---
|
||||
id: P-REINFORCE-AUTO-6EB2FE
|
||||
category: "[[10_Wiki/💡 Topics/Programming & Language]]"
|
||||
category: "10_Wiki/💡 Topics/Programming & Language"
|
||||
confidence_score: 0.90
|
||||
tags: [auto-reinforced]
|
||||
last_reinforced: 2026-04-20
|
||||
github_commit: "[P-Reinforce] Continuous Worker - Orinoco 프로젝트"
|
||||
---
|
||||
|
||||
# [[Orinoco 프로젝트]]
|
||||
# [[Orinoco 프로젝트|Orinoco 프로젝트]]
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> Orinoco 프로젝트는 V8 JavaScript 엔진의 가비지 컬렉터(GC)를 최신 기술로 개선하기 위해 진행된 프로젝트의 코드명입니다 [1-3]. 이 프로젝트는 기존의 순차적이고 모든 실행을 멈추는 'stop-the-world' 방식의 가비지 컬렉터를 병렬(parallel), 동시(concurrent), 점진적(incremental) 기술을 활용하는 형태로 진화시켰습니다 [1, 2, 4]. 주된 목적은 메인 스레드의 부하를 덜어주어 가비지 컬렉션으로 인한 프로그램 중지 시간(pause time)을 최소화하고 사용자 경험을 향상시키는 것입니다 [2, 5].
|
||||
@@ -24,11 +24,11 @@ github_commit: "[P-Reinforce] Continuous Worker - Orinoco 프로젝트"
|
||||
- **정책 변화:** Programming & Language 분야의 자동 자산화 수행.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- **Related Topics:** [[V8 Engine]], [[Garbage Collection (GC)]], [[Stop-the-world]], [[Incremental Marking]]
|
||||
- **Projects/Contexts:** [[Oilpan]], [[Blink]]
|
||||
- **Related Topics:** [[V8 Engine|V8 Engine]], [[Garbage Collection (GC)|Garbage Collection (GC)]], [[Stop-the-world|Stop-the-world]], [[Incremental Marking|Incremental Marking]]
|
||||
- **Projects/Contexts:** [[Oilpan|Oilpan]], [[Blink|Blink]]
|
||||
- **Contradictions/Notes:** 소스에 관련 정보가 부족합니다. (소스 내에서 Orinoco 프로젝트에 대한 상충되는 주장은 발견되지 않습니다.)
|
||||
|
||||
---
|
||||
*Last updated: 2026-04-19*
|
||||
- Raw Source: [[00_Raw/2026-04-20/Orinoco 프로젝트.md]]
|
||||
- Raw Source: 00_Raw/2026-04-20/Orinoco 프로젝트.md
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user