书籍 High Performance Python的封面

High Performance Python

Andrew Lewis

出版时间

2010-09-15

ISBN

9780596522087

评分

★★★★★

标签

算法

书籍介绍

Chapter 1. Introduction

Section 1.1. The High Performance Buzz-word

Chapter 2. The Theory of Computation

Section 2.1. Introduction

Section 2.2. Problems

Section 2.3. Models of Computation

Chapter 3. Algorithms

Section 3.1. Introduction

Section 3.2. Anatomy of an Algorithm

Section 3.3. Introducing Big O Notation

Section 3.4. Recurrence Relations

Section 3.5. P, NP, and Completeness

Section 3.6. Hall of Fame

Chapter 4. Rules of Optimization

Section 4.1. Rule #1: Plan Ahead

Chapter 5. Optimization for Speed

Section 5.1. Think like a Cheat

Section 5.2. Use Psyco

Section 5.3. Check Your Loops

Section 5.4. Anthony Tuininga's cx_Freeze

Section 5.5. Wait for Moore's Law to Catch Up

Section 5.6. Limit Regular Expressions

用户评论
包括但不限于python 提高编程内功的一本书~ 我看封面有高性能字样以为是介绍python 并行框架的 但内容没什么关系 更多的是从python本身实现来谈该怎么写代码才能让脚本程序更高效……