Book description
빠른 코드를 작성하는 시간은 느린 코드를 작성하는 시간보다 결코 길지 않다. 이 책은 올바른 코드를 구현하면서도 빠른 C++ 프로그램을 만드는 최적화 방법을 소개한다. 습관적으로 쓰는 C++ 구문을 점검해보고 싶다면 35년 경력의 저자가 소개하는 10가지 기법으로 시작해보자. 자원을 소비하고 실행 시간을 잡아먹는 부분을 찾아내 개선하다 보면 “와, 정말 빠른데! 누가 고쳤지?!”라는 말을 듣게 될지도 모른다. 실제 사례에 기반한 실용적인 팁으로 진정한 프로가 되어보자.
Table of contents
- C++ 최적화
- Chapter 1 최적화란
- Chapter 2 컴퓨터 하드웨어와 최적화
- Chapter 3 성능 측정
- Chapter 4 문자열 최적화
- Chapter 5 알고리즘 최적화
- Chapter 6 동적 할당 변수 최적화
- Chapter 7 문장 최적화
- Chapter 8 라이브러리 최적화
- Chapter 9 검색 및 정렬 최적화
- Chapter 10 자료구조 최적화
- Chapter 11 입출력 최적화
- Chapter 12 동시성 최적화
- Chapter 13 메모리 관리 최적화
- index (1/2)
- index (2/2)
Product information
- Title: C++ 최적화: 최고 성능을 구현하는 10가지 검증된 기법
- Author(s):
- Release date: August 2019
- Publisher(s): Hanbit Media, Inc.
- ISBN: 9791162241981
You might also like
book
40 Algorithms Every Programmer Should Know
Learn algorithms for solving classic computer science problems with this concise guide covering everything from fundamental …
book
Head First Design Patterns, 2nd Edition
You know you don’t want to reinvent the wheel, so you look to design patterns—the lessons …
book
Fundamentals of Software Architecture
Salary surveys worldwide regularly place software architect in the top 10 best jobs, yet no real …
book
Software Engineering at Google
Today, software engineers need to know not only how to program effectively but also how to …