모바일 환경에서는 SVG가 평문으로 열릴 수 있습니다. PDF를 사용하세요.
| 국문 | English | |
|---|---|---|
| 파일 다운로드 | Download PDF | |
| SVG (preview) | 1/2 · 2/2 | 1/2 · 2/2 |
| 파일 | 내용 |
|---|---|
| public/newmetric/mvcc.md | Pebble 위에 MVCC를 얹은 cosmos-sdk KV 스토어에서 tombstone 키 누적으로 인한 반복자 성능 저하 문제 분석 — Key/Archive 이중 테이블, MVCC Comparer, CoW BTree 등 스키마별 트레이드오프 탐구 |
| public/newmetric/study/ | Rust 스터디 자료 (스크린샷 3장) |
# SVG for multi-page output (adds page number into filename)
typst compile resume_ko.typ "output/resume_ko_{p}.svg"
typst compile resume.typ "output/resume_{p}.svg"
# or produce single-file PDF
typst compile resume_ko.typ
typst compile resume.typ