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
WebSocket
Until recently, creating desktop-like applications in the browser meant using inefficient Ajax or Comet technologies to …
book
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, 3rd Edition
Through a recent series of breakthroughs, deep learning has boosted the entire field of machine learning. …
book
Engineering a Compiler
This entirely revised second edition of Engineering a Compiler is full of technical updates and new …
book
HTTP 완벽 가이드
『HTTP 완벽 가이드』는 HTTP 규약이 어떻게 작동하고 웹 기반 애플리케이션을 개발하는 데 어떻게 사용하는지 설명하고, HTTP가 …