미를 놓치지 않으면서, 실행 시에는 박싱을 하지 않은 값을 사용해서 성능을 최대화하는 것이다.
이러한 구문의 일관성 때문에
List
[
Int
]
와 같이 값 타입의 매개변수화한 컬렉션을 선언할 수 있
다. 반면 자바에서는
List
<
Integer
>
처럼 박싱한 타입을 사용해야 한다. 이는 라이브러리 코드
를 복잡하게 만든다. 자바로 된 빅데이터 라이브러리에는 각각의 기본 타입을 처리하기 위해 특
화된 전용 컬렉션 타입이 많이 들어 있거나,
long
과
double
에 대한 전용 컬렉션이 있는 경우가
자주 있다.
long
전용 벡터나
double
전용 벡터 등을 제공하기 위한 클래스를 보게 될 것이며,
그에 따라 라이브러리의 ‘크기
footprint
’는 더 커지고, 구현은 코드 재활용을 제대로 써먹지 못한
다(박싱과 컬렉션에 대한 문제가 더 있다.
12
.
4
절 ‘값 타입을 위한 특화’에서 살펴볼 것이다).
8.3
값 클래스
지금까지 본 것처럼, 스칼라에서는 확장 메서드
extension
method
라고 부르기도 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.
O’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
I wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
I’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
I'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.