Java NIO에서 메모리 매핑 파일(Memory Mapped Files)을 사용하는 이유는 무엇인가요? 전통적인 파일 I/O와 비교해 장점이 무엇인가요? #183
Unanswered
Chocochip101
asked this question in
Java
Replies: 1 comment
-
메모리 매핑 파일은 파일 일부를 메모리에 매핑하여, 대용량 파일을 효율적으로 처리할 수 있다. 디스크에 접근하는 것이 아니라 메모리에 접근하면 되기 때문에 전통적인 파일 I/O에 비해 성능이 좋다는 장점이 있다. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
.
Beta Was this translation helpful? Give feedback.
All reactions