Last active
November 20, 2025 05:42
-
-
Save jaeyoung-kwon/da723f5925f6d29784a1c73edea3843c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 구분 | 예제 A | 예제 B | |
|---|---|---|---|
| 캐시 슬롯 | 4개 | 12개 | |
| 번들 크기 | 작음 | 큼 | |
| 값 순환 시 | 매번 재계산 | 캐시 재사용 | |
| 적합한 경우 | 값이 자주 변하지 않을 때 | 값이 반복적으로 순환할 때 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment