Replies: 1 comment
-
백엔드 개발에서 성능 향상이라는 주제는 시니어로 가기 위해 자주 언급되는 주제인 것 같습니다. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
아이템 48. 스트림 병렬화는 주의해서 적용하라
아이템 설명
자바의 동시성 프로그래밍
동시성(Concurrency)
병렬성(Parallelism)
스트림을 사용해 처음 20개의 메르센 소수를 생성하는 프로그램
(아이템 45)
응답불가
+CPU 많이 사용
왜 이런 현상이 이러난 걸까?
스트림 파이프라인을 병렬화를 잘 못하면 성능이 끔찍하게 나빠질 수도 있다.
스트림 병렬화를 적용하는 경우
핵심정리
Beta Was this translation helpful? Give feedback.
All reactions