docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
+5 -5
View File
@@ -1,13 +1,13 @@
---
id: P-REINFORCE-AUTO-846BA8
category: "[[10_Wiki/💡 Topics/Graphics & Performance]]"
category: "10_Wiki/💡 Topics/Graphics & Performance"
confidence_score: 0.90
tags: [auto-reinforced]
last_reinforced: 2026-04-20
github_commit: "[P-Reinforce] Continuous Worker - Radix Sort"
---
# [[Radix Sort]]
# [[Radix Sort|Radix Sort]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> Radix Sort(기수 정렬)는 대규모 데이터 세트를 처리할 때 매우 높은 효율을 낼 수 있는 복잡한 정렬 알고리즘입니다 [1]. Three.js의 `BatchedMesh`에서 겹치는 인스턴스의 렌더링 순서(Depth sorting)를 해결하기 위해 사용된 적이 있으나 단순성을 위해 대체되었으며, 현재는 확장 라이브러리인 `InstancedMesh2`의 예제 등에서 활용되고 있습니다 [1, 2].
@@ -23,11 +23,11 @@ github_commit: "[P-Reinforce] Continuous Worker - Radix Sort"
- **정책 변화:** Graphics & Performance 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[BatchedMesh]], [[InstancedMesh2]]
- **Projects/Contexts:** [[Three.js]], [[Depth Sorting]]
- **Related Topics:** [[BatchedMesh|BatchedMesh]], [[InstancedMesh2|InstancedMesh2]]
- **Projects/Contexts:** [[Three.js|Three.js]], Depth Sorting
- **Contradictions/Notes:** Radix Sort는 대규모 데이터에서 7배 빠른 성능을 제공하는 훌륭한 장점이 있음에도 불구하고, 공식 `BatchedMesh`에서는 라이브러리 내부 구조의 단순성(simplicity)을 유지하기 위해 제거되었다는 특징이 있습니다 [1]. 그 외 알고리즘 작동 원리에 대해서는 소스에 관련 정보가 부족합니다.
---
*Last updated: 2026-04-19*
- Raw Source: [[00_Raw/2026-04-20/Radix Sort.md]]
- Raw Source: 00_Raw/2026-04-20/Radix Sort.md
---